-
Notifications
You must be signed in to change notification settings - Fork 749
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
bug: kafka sensors stop working quietly #2958
Comments
After looking at the source code I suspect that this is caused by the producer's Errors() channel not being read, I created a pull requested that I believe that fixes this, #2959 |
We have also experienced this behavior. Sensors stop writing logs and no longer process events from Kafka, despite the events being created properly there (there is an offset lag) We run using OpenShift and this happens both on version 4.10 and 4.12 of OCP (k8s versions are 1.23.5 and 1.25.14). |
This issue has been automatically marked as stale because it has not had |
I still experience this with the latest version (1.9.2). Sensors stop processing messages after a couple of days. They have to be restarted in order to make them work again |
Describe the bug
Sensors connected to a kafka eventbus stop working some while after being deployed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The sensor should receive the events, or at least the pod
Environment (please complete the following information):
Screenshots
I unfortunelty cannot supply any screenshots or logs, since this happened in an offline environment, I will try to describe the logs.
Additional context
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: