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 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:
Transient failures will generally be solved by retries - improving the signal-to-noise ratio
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: