Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve Error classification and creation #13

Open
getlarge opened this issue Dec 19, 2023 · 0 comments
Open

feat: improve Error classification and creation #13

getlarge opened this issue Dec 19, 2023 · 0 comments

Comments

@getlarge
Copy link
Owner

getlarge commented Dec 19, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant