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
{{ message }}
This repository was archived by the owner on Jun 23, 2023. It is now read-only.
Curently we only report metrics when Consumer.handleMessages has called HandleMessage and it has returned a nil error. We need to also report metrics on cases where HandleMessage returns an error, as without this we can get stuck in a loop trying to process a bad message, and nobody would notice.
Curently we only report metrics when
Consumer.handleMessageshas calledHandleMessageand it has returned anilerror. We need to also report metrics on cases whereHandleMessagereturns an error, as without this we can get stuck in a loop trying to process a bad message, and nobody would notice.