spring boot kafka avro consumer example

The Kafka consumer uses the poll method to get N number of records. Producers and consumers are decoupled from their change in application. We will see here how to consume the messages we produced. In this article we see a simple producer consumer example using kafka and spring boot. This project uses Java, Spring Boot, Kafka, Zookeeper to show you how to integrate these services in the composition.