Basic implementation for Kafka producer & consumer. Consumer is as a request-reply application.
- Spring Boot
- Spring Kafka
- Apache Kafka
- Run kafka-producer.
- Send a POST request to kafka-producer (eg., http://localhost:8090/notifications/NOTIFICATION) with a JSON body, with any test data.
- Run kafka-consumer and the data consumed from the queue is displayed on the console.