Update README.md

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

View File

@ -10,3 +10,4 @@ You can build the project from the command line using: *mvn clean install*, or i
- [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)
- [Read Data From the Beginning Using Kafka Consumer API](https://www.baeldung.com/java-kafka-consumer-api-read)