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...