Replies: 1 comment 2 replies
-
After some digging... Now this will obviously not work if we want to have different backoff for each KafkaListener. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I know how to specify errorHandler on ConcurrentKafkaListenerContainerFactory.
But i would like to avoid this and stick with the 'default'.
What i would like to change is to specify my own BackOff on SeekToCurrentErrorHandler. The default is 10 one by one retry
Now i see there is a way to specify errorHandler on @KafkaListener but it cannot be the SeekToCurrentErrorHandler.
What is the simples way to change it for default factory ?
Thanks in Advance
Chris
Beta Was this translation helpful? Give feedback.
All reactions