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

Improve error handling to reduce pipeline stalls #507

Closed
kkleemola opened this issue Jan 18, 2021 · 1 comment
Closed

Improve error handling to reduce pipeline stalls #507

kkleemola opened this issue Jan 18, 2021 · 1 comment

Comments

@kkleemola
Copy link
Contributor

Unhandled exceptions cause the runner to retry messages infinitely when in streaming mode. If the error is deterministic (i.e. because it's from parsing a message), the pipeline will stall requiring manual intervention. These types of errors should be caught and outputted (either as a log message we can alert on or as an error message with the original event so we can track down problems easier).

@kkleemola
Copy link
Contributor Author

Partially solved with #553

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

1 participant