Re: Dead letter management

2023-01-31 Thread Philip Nee
Hey Viram, AFAIK, I don't think Kafka supports retries on dead messages. Your best bet would be to handle these cases by your application. Here's a useful article, in case you haven't read it: https://www.confluent.io/blog/spring-kafka-can-your-kafka-consumers-handle-a-poison-pill/#survive-a-pois

Dead letter management

2023-01-31 Thread Viram Shah
Hi Team, I searched a lot about this topic. We have a complex transactional system where we want to separate out applications in different microservices. For that we were exploring kafka (3.3.1). We are stuck at the following point 1. Any support for message level retries in Consumers if consu