No DLT strategy but calling the handler #3978
matera-jgui
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can see that I can configure the framework to avoid dealing with DLT at all. Such that, when the retries expire, the processing simply ends.
I would like to avoid the creation of DTLs for all my topics, however, I need the DTL Handler method to be called after the retries expire.
Is there a way to configure the framework so that, when the retries expire, instead of creating a ProducerRecord and sending it to DLT, the DLT Handler method is called?
Beta Was this translation helpful? Give feedback.
All reactions