Skip non-blocking retry with DL #2054
-
Hi. Now I'm checking retry mechanism and come up with a question. Is there any legal way to have "seek to current" + dead-letter w/o non-blocking retry? Thanks UPD.: as I see in such case there is no need to use retry logic at all because for DefaultErrorHandler no reties specified. Just set custom commonErrorHandler to ConcurrentKafkaListenerContainerFactory. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you are using Spring Boot; it will auto-wire an error handler (and message converter) bean into the the auto-configured container factory. If you are not using Spring Boot, you have to do it yourself. |
Beta Was this translation helpful? Give feedback.
If you are using Spring Boot; it will auto-wire an error handler (and message converter) bean into the the auto-configured container factory.
If you are not using Spring Boot, you have to do it yourself.