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

Log Level for failing messages #44

Closed
michaelnoonan opened this issue Feb 13, 2014 · 0 comments
Closed

Log Level for failing messages #44

michaelnoonan opened this issue Feb 13, 2014 · 0 comments

Comments

@michaelnoonan
Copy link
Contributor

Consider logging dispatch exceptions as Warnings until the message will be dead-lettered at which point escalate it to an Error. Couple of thoughts about why:

  1. Transient failures will generally be solved by retries - improving the signal-to-noise ratio
  2. Persistent failures (like poison messages) would be logged as a single error at the time when it is detected as poisonous - again improving signal-to-noise ratio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants