DEV Community

Cover image for Spring Boot with Kafka Producer & Consumer Example
Techtter
Techtter

Posted on • Updated on

Spring Boot with Kafka Producer & Consumer Example

Spring Boot simplifies to create Kafka Producer and Kafka Consumer for any java application without much efforts. Spring provides ready made templates to connect kafka topics.So that it is easy to integrate Spring Boot and Kafka. In the following I am showing hands-on demo on how to connect spring boot app with kafka system that is running on Docker container.

Checkout the video:https://youtu.be/s7kVR6yK78M

Subscribe to Channel:https://www.youtube.com/Techtter?sub_confirmation=1

✅ Spring Boot & Docker related Videos ✅
► Spring Boot & Cassandra Integration with Docker Compose: https://youtu.be/uLmVfUXin8o
► Spring Boot & PostgreSQL Integration with Docker Compose: https://youtu.be/ZZ2Llh4NhaY
► Spring Boot & MySQL Integration & Deployment on K8s: https://youtu.be/ThAkKPAwdpQ
► Spring Boot with Protocol Buffers: https://youtu.be/OX9YDqu-lbo
► Spring Boot & Kafka Producer and Consumer Example: https://youtu.be/s7kVR6yK78M

Top comments (0)