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

Consumers should handle Kafka errors #12

Open
jabberwoc opened this issue Jan 23, 2025 · 0 comments
Open

Consumers should handle Kafka errors #12

jabberwoc opened this issue Jan 23, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jabberwoc
Copy link
Contributor

If a consumer fails to process the input stream due to a KafkaError (e.g. Broker transport failure) it should retry and not rely on all other Consumers failing as well. Encountering processing errors should stop the consumer (which is currently the case) but Kafka errors should be handled differently.

@jabberwoc jabberwoc added the bug Something isn't working label Jan 23, 2025
@jabberwoc jabberwoc self-assigned this Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant