Spring Boot Kafka Producer and Consumer Example tutorial from scratch. https://www.javatute.com/kafka/spring-boot-kafka-producer-and-consumer-example-step-by-step-guide/
This tutorial covers below points.
- How to install apache kafka.
- How to start zookeeper and kafka.
- How to create topic.
- How to configure spring and apache kafka.
- How to create kafka producer to send string and json type messages.
- How to create kafka consumer to receive string and json message.