Update README.md

[skip ci]
This commit is contained in:
edizor 2023-06-02 09:00:46 +08:00 committed by GitHub
parent 100688ace2
commit df08d1d57a
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ You can build the project from the command line using: *mvn clean install*, or i
- [Guide to Check if Apache Kafka Server Is Running](https://www.baeldung.com/apache-kafka-check-server-is-running)
- [Add Custom Headers to a Kafka Message](https://www.baeldung.com/java-kafka-custom-headers)
- [Get Last N Messages in Apache Kafka Topic](https://www.baeldung.com/java-apache-kafka-get-last-n-messages)
- [Is a Key Required as Part of Sending Messages to Kafka?](https://www.baeldung.com/java-kafka-message-key)