-
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 not working in 1.9.2 #5325
Labels
Comments
Could you try adding these plugins to write some additional data to [[inputs.internal]]
collect_memstats = false
[[outputs.file]]
namepass = ["internal*"]
files = ["/tmp/telegraf"] |
Here you go: |
@akamac Is this is still an issue in 1.9.3? |
@danielnelson, The issue persists as of |
3 tasks
@akamac I believe I found the issue, any chance you can test it out with this build? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relevant telegraf.conf:
System info:
Ubuntu 18.04
Confluent Kafka 2.11
Telegraf 1.9.2
InfluxDB 1.7.3
Actual behavior:
Logs:
D! [outputs.influxdb] buffer fullness: 0 / 10000 metrics.
Offset is not updated for Kafka consumer group.
Additional info:
Rolling back to
1.9.1
fixes the issue.The text was updated successfully, but these errors were encountered: