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

20 lines
1.3 KiB
Markdown
Raw Normal View History

## 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:
- [Guide to Check if Apache Kafka Server Is Running](https://www.baeldung.com/apache-kafka-check-server-is-running)
2023-05-11 11:44:54 -04:00
- [Add Custom Headers to a Kafka Message](https://www.baeldung.com/java-kafka-custom-headers)
2023-05-25 12:00:50 -04:00
- [Get Last N Messages in Apache Kafka Topic](https://www.baeldung.com/java-apache-kafka-get-last-n-messages)
2023-06-01 21:00:46 -04:00
- [Is a Key Required as Part of Sending Messages to Kafka?](https://www.baeldung.com/java-kafka-message-key)
2023-06-01 21:05:22 -04:00
- [Read Data From the Beginning Using Kafka Consumer API](https://www.baeldung.com/java-kafka-consumer-api-read)
2023-07-01 05:06:20 -04:00
- [Get Partition Count for a Topic in Kafka](https://www.baeldung.com/java-kafka-partition-count-topic)
2023-08-18 20:32:53 -04:00
- [bootstrap-server in Kafka Configuration](https://www.baeldung.com/java-kafka-bootstrap-server)
2023-10-05 03:45:29 -04:00
- [Introduction to Apache Kafka](https://www.baeldung.com/apache-kafka)
2023-11-18 06:35:11 -05:00
- [Ensuring Message Ordering in Kafka: Strategies and Configurations](https://www.baeldung.com/kafka-message-ordering)
2024-01-18 20:52:02 -05:00
- [Read Multiple Messages with Apache Kafka](https://www.baeldung.com/kafka-read-multiple-messages)
2024-03-02 02:22:09 -05:00
- [Creating a Kafka Listener Using the Consumer API](https://www.baeldung.com/kafka-create-listener-consumer-api)