#Kafka #Springboot #Producer
Spring Kafka #3: Build a Kafka producer application with Spring boot
This is the third video of the Spring Kafka series.
In this, we are going to see how to build a Spring boot application that produces messages on Kafka topic.
_____________________________________________________________________________________
You can find all the demo code here -
Github - https://github.com/tech-recipes/sprin...
_____________________________________________________________________________________
0:00 Overview
2:20 Step 1: Generate Spring project
3:36 Step 2: Configure Kafka properties
4:22 Step 3: Create KakfaProducerService
6:48 Step 4: Create Rest Controller
8:33 Step 5: Test the code.
____________________________________________________________________________________
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/
Insomnia Rest: https://insomnia.rest/