kafka-retryabletopic-demo
Kafka non-blocking implementation to handle failed messages
This article is a demo for my tutorial on medium.com:
How to start the project
- Go to src/main/resources
- Run docker-compose up
- Start the main app.
- Send a GET HTTP request with a test message to the http://localhost:8090/produce/ endpoint.