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
Consider approach suggested by defekt to construct and handle errors.
This could be particularly helpful for error handling between micro services when a clear strategy needs to be in place to know wether an error can be retried (producer side), re-queued (consumer side), dropped (consumer side) or added to DLX (consumer side).
See this article for good explanation about correct error handling in Event driven systems.
The text was updated successfully, but these errors were encountered:
Consider approach suggested by defekt to construct and handle errors.
This could be particularly helpful for error handling between micro services when a clear strategy needs to be in place to know wether an error can be retried (producer side), re-queued (consumer side), dropped (consumer side) or added to DLX (consumer side).
See this article for good explanation about correct error handling in Event driven systems.
The text was updated successfully, but these errors were encountered: