Bethos seems to be stuck retrying failed messages #2444
Unanswered
acziryak-everhealth
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
To add insult to injury, what it tells me to do in the docs: https://www.benthos.dev/docs/configuration/error_handling throws an error: |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Yeah, that did end up being the case. Adding the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Long story short is that while trying to get nginx logs into Kafka processed by Benthos and put into Elastic, I enabled logs that didn't conform to any of the processors in Benthos.
So when I got the logs->kafka-> benthos part working, I started seeing this logs in Benthos:
So it looks like the "No matches for payload" error is causing this to get re-run often. I can't seem to skip it, and Benthos doesn't seem to be processing further messages, it's just hung there. How can I un-stick this?
EDIT: FWIW, this isn't production data, so if the answer is to blow away the topic in kafka and re-create it, that works too.
Beta Was this translation helpful? Give feedback.
All reactions