java-tutorials/apache-kafka-3/README.md

13 lines
499 B
Markdown
Raw Normal View History

2024-01-26 15:19:27 -05:00
## 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:
2024-03-21 11:29:09 -04:00
- [Commit Offsets in Kafka](https://www.baeldung.com/kafka-commit-offsets)
- [Get Last N Messages in Apache Kafka Topic](https://www.baeldung.com/java-apache-kafka-get-last-n-messages)
- [Get Partition Count for a Topic in Kafka](https://www.baeldung.com/java-kafka-partition-count-topic)
2024-01-26 15:19:27 -05:00