2022-08-18 08:22:06 +05:30
|
|
|
## 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.
|
2022-08-25 16:36:48 +05:00
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Guide to Check if Apache Kafka Server Is Running](https://www.baeldung.com/apache-kafka-check-server-is-running)
|
2023-05-11 23:44:54 +08:00
|
|
|
- [Add Custom Headers to a Kafka Message](https://www.baeldung.com/java-kafka-custom-headers)
|
2023-05-26 00:00:50 +08:00
|
|
|
- [Get Last N Messages in Apache Kafka Topic](https://www.baeldung.com/java-apache-kafka-get-last-n-messages)
|