#Kafka #Springboot #Consumer
Spring Kafka #3: Build a Kafka consumer application with Spring boot
This is the 4th video of the Spring Kafka series.
In this, we are going to see how to build a Spring boot application that consumes messages from Kafka topic.
_____________________________________________________________________________________
You can find all the demo code here -
Github - https://github.com/tech-recipes/sprin...
_____________________________________________________________________________________
0:00 Overview
0:15 Consumer Concepts
2:36 Steps in brief
3:25 Step 1: Verify Kafka setup
3:58 Step 2: Generate Spring project
4:52 Step 3: Create KakfaConsumerService
8:59 Step 4: Test with multiple consumers
____________________________________________________________________________________
Links to tools used in the video:
Apache Kafka: https://kafka.apache.org/
Spring Initializer: https://start.spring.io/
Intellij Idea: https://www.jetbrains.com/idea/