- Java
- Apache Kafka
- Postman
- Install Apache Kafka on your machine
- Run zookeper and kafka
- Create a topic with name product-topic
- Run consumer and producer with mvn spring-boot:run
- Send data using postman via HTTP POST request to the producer app
- Checkout the consumer app