Integrated Apache Kafka in Spring Boot. Send and Receive messages.
- Install the Apache Kafka
- Start the Zookeeper server and Kafka Server
- Run the MessageProducer SpringBoot application
- Run the MessageConsumer SpringBoot application
- Using Postman (Rest Client tool) send message
- Check MessageConsumer console to see the received messages