You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I handle the different exceptions in the error handler method. My goal is to handle the different errors with different retry configs. How is it possible? I think intercepting the error with different retry in the error handler is no go. Which is the best practice for this, I could not find anything regarding this? Should I sent those messages in a different topic or save them into the database and handle them with schedulers? Any idea is appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I have a similar kafka entry point in my quarkus app:
I handle the different exceptions in the error handler method. My goal is to handle the different errors with different retry configs. How is it possible? I think intercepting the error with different retry in the error handler is no go. Which is the best practice for this, I could not find anything regarding this? Should I sent those messages in a different topic or save them into the database and handle them with schedulers? Any idea is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions