-
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 plugin can't get full data #2845
Comments
I'm not very familiar with this plugin yet but you should also be able to use a single telegraf with two |
Dear @danielnelson , |
Yes I agree, this is just a possible workaround so you don't need two process now. I agree this should be fixed. We are planning to merge #2487 before the 1.4 release, perhaps this will fix this issue? |
Dear @danielnelson , |
@keyboardfann can you confirm that #2487 fixed this issue? If so, feel free to close. |
Hi @russorat, |
Bug report
I generate 20000 metrics to kafka , but telegraf kafka-consumer plugin only receive 13344 metrics.
Seems the consumer don't attach and consume each partition.
Relevant telegraf.conf:
System info:
Steps to reproduce:
Expected behavior:
Telegraf should receive 20000 metrics
Actual behavior:
Only receive 13344 metrics
Additional info:
kafka topic info on kafka-manager
Consumer Info on kafka-manager
telegraf.log , only receive 13344 metrics
The text was updated successfully, but these errors were encountered: