Integrate Kafka with Spring Boot + Kafka Template + Message Driven POJO Kafka Listener — Scope This article is written to help beginners and intermediate to understand and learn about Apache Kafka messaging pattern. It explains from a hands-on project specifically created for this article to cover the following terminologies:
a. Kafka Cluster, Broker, Topic, Partition
b. Leader, Follower, ISR(in-sync-replica), Zookeeper
c. Producers, Message Keys, Consumers, Consumer groups
d. Implement…