Back to Browse

Spring Boot Kafka Consumer | Explained in Tamil

11.5K views
Dec 19, 2020
23:19

Learn how to consume messages from Kafka broker. Explained the flow of the Kafka consumer in tamil. Created the spring boot application step by step to consume a message from topic in Kafka Steps for the demo: 1) Create Spring Boot App with spring Kafka starter 2) KafkaConsumerConfig - Spring bean configuration - @EnableKafka 3) KafkaListener to consume the message 4) Start Zookeeper, Kafka, producer app to test the consumer app 1. Start Zookeeper bin/zookeeper-server-start.sh config/zookeeper.properties 2. Start Kafka: bin/kafka-server-start.sh config/server.properties 3. Create topic:bin/kafka-topics.sh --create --topic helloTopic --bootstrap-server localhost:9092 Github link: https://github.com/coderulagam/spring-boot-kafka-consumer Thanks for watching the video! Please like, comment and subscribe. Facebook: https://www.facebook.com/coderulagam

Download

1 formats

Video Formats

360pmp431.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Spring Boot Kafka Consumer | Explained in Tamil | NatokHD