Robust Kafka Consumer Error Handling on a Spring Boot 3 Application
Achieving dead letter queue, blocking and non-blocking retry mechanisms by using RetryableTopic annotation
In the previous article I shared before, I didn’t show how to implement the error handling in the Kafka consumer for our spring boot application. Since the missing piece is so essential, here I wrote a new article to show how to do the following stuff: