1.2 KiB
1.2 KiB
Apache Kafka
This module contains articles about Apache Kafka.
Building the project
You can build the project from the command line using: mvn clean install, or in an IDE.
Relevant Articles:
- Guide to Check if Apache Kafka Server Is Running
- Add Custom Headers to a Kafka Message
- Get Last N Messages in Apache Kafka Topic
- Is a Key Required as Part of Sending Messages to Kafka?
- Read Data From the Beginning Using Kafka Consumer API
- Get Partition Count for a Topic in Kafka
- bootstrap-server in Kafka Configuration
- Introduction to Apache Kafka
- Ensuring Message Ordering in Kafka: Strategies and Configurations
- Read Multiple Messages with Apache Kafka