This is just a working template of producing and consuming message in Spring Boot using Kafka
- kafka-spring-producer
- Just run the application and start producing messages, It will show up in console.
- kafka-spring-producer
- Zookeeper
- Kafka
TODO : This is just a template project to get up and running, So here we have hardcoded the topics and port in java class, You should use application config for injecting these values.