Replies: 1 comment 1 reply
-
The dead letter that you refer to is when an error occurs, the message goes for a dead letter queue topic? For that, I can confirm that KafkaFlow does not have that behavior by default, but that does not mean that it can't be implemented on the middleware by catching the exception and producing the message to another topic. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
based on this discussion I was wondering how to handle the opposite situation. To be more precise, in my MessageHandler, I would like to deadletter non valid messages. I assumed that the handler is clever enough to do it whenever an exception is raised. Is my assumption right? In case not, is there a way to deadletter the message?
Below a snippet to have a better idea:
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions