In this video, You will learn how to create Kafka Producer and Consumer with Spring Boot in Java.

You can start the Zookeeper and Kafka servers by using the below commands.
Start Zookeeper:

$ zookeeper-server-start /usr/local/etc/kafka/zookeeper.properties

Start Kafka server:

$ kafka-server-start /usr/local/etc/kafka/server.properties


#spring #spring-boot #kafka

Spring Boot with Apache Kafka Producer and Consumer example in 5 mins
23.25 GEEK