-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
kafka_consumer input plugin : stop gathering log after a timeout #805
Comments
Issue happened again with my remote servers in asia.
I can see that Telegraf is still connected to some servers :
Doing a TCPDUMP show some trafic on port 54.6.1.37:2181 (zookeeper) but nothing on port 9092 (kafka). One will tell that this comes from the underlying kafka/zookeeper code (sarama ?) but still. |
This appears to be this issue: wvanbergen/kafka#87 Hopefully the maintainer of this repo will return to maintaining and get the change merged, otherwise we're going to need to start looking at alternatives |
possibly... |
That's not an issue with kafka/zk, it's an issue with the client library we're using. If wvanbergen is no longer maintaining that client library then we will need to investigate other options. |
I have a Telegraf instance which is used to gather logs from 3 different KAfka servers using the Kafka_consumer plugin.
Here is the config :
After some time (a day) I see in the logs :
When this happen, Telegraf is connected to both zookeeper and kafka, but no log is gathered.
Everything is fine after a restart...
Is there a way to add more debug on this specific inputs ?
The text was updated successfully, but these errors were encountered: