DEV Community

Simplest Spring Kafka Producer and Consumer

Marcos Maia on July 13, 2019

Let's now build and run the simples example of a Kafka Consumer and then a Kafka Producer using spring-kafka. If you need assistance with Kafka, sp...
Collapse
 
rakgenius profile image
Rakesh • Edited

I have already developed a sample Kafka producer consumer application using spring boot in github.com/rakgenius/SpringBootApa...

Collapse
 
thegroo profile image
Marcos Maia

Nice, the goal of this post is to help others to develop their first simple spring-kafka consumer and producer.

Collapse
 
monoradioactivo profile image
Adrián Moreno

Thanks a lot Marcos. You've saved my day!

Collapse
 
thegroo profile image
Marcos Maia

I am glad it helped. Thank you for the feedback.