-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Decoding codecs cause Vector to stop on an error #11245
Comments
I was initially suspecting the logic in
That is rather nasty... The diff suggests that the state machine in |
* fix(codecs): Continue on error This reverts a commit to bump tokio-util from 0.6.8 to 0.6.9 (#9938) since this introduced behavior where Vector would stop processing if the incoming data couldn't be parsed by the codec. This reverts commit d6ace26. Closes: #11245 * Add deny Signed-off-by: Jesse Szwedko <[email protected]>
* fix(codecs): Continue on error This reverts a commit to bump tokio-util from 0.6.8 to 0.6.9 (#9938) since this introduced behavior where Vector would stop processing if the incoming data couldn't be parsed by the codec. This reverts commit d6ace26. Closes: #11245 * Add deny Signed-off-by: Jesse Szwedko <[email protected]>
I'm re-opening this. Seems like reverting the |
I'd opened #11257 to track upgrading again. This particular issue is resolved, in my opinion, we are just blocked on upgrading. |
Given the following config:
If I run Vector and enter invalid json, it causes Vector to stop:
Ideally, Vector should report the error and carry on accepting input.
It may be worth noting that with #11244 entering an invalid syslog message causes the same behaviour.
The text was updated successfully, but these errors were encountered: