ed2f3234e6
* BAEL-6612: Subscribe consumer to multiple topics using Spring Kafka * BAEL-6612: Subscribe consumer to multiple topics using Apache Kafka * BAEL-6612: Revert README files * BAEL-6612: Fix identation; remove static qualifier * BAEL-6612: Fix identation; remove static qualifier |
||
---|---|---|
.. | ||
src | ||
README.md | ||
log4j.properties | ||
pom.xml |
README.md
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