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

11 lines
285 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)
2024-01-26 15:19:27 -05:00