Spring Boot & Apache Kafka: Publishing and Consuming Messages from Topics

Опубликовано: 29 Сентябрь 2024
на канале: ChargeAhead
61,023
846

In this video we will see how Spring Boot makes it easy to integrate Apache Kafka to our app. We will create a producer to publish messages to a Kafka topic and a consumer to consume messages from it. To test it, we will create a REST API to post messages to Kafka.
You can find the source code for the demo at the following github url:
https://github.com/chargeahead/Spring...