-
Notifications
You must be signed in to change notification settings - Fork 180
kafka_group unexpected error="undefined method `try' #346
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
Comments
forgot to leave a comment. Today I've tried to revisit the docker setup and review it.
Until today I had such cleanup line in the docker file:
So I kinda was removing all of that Only dependencies required on CentOS, in the above my case were: Hopefully, authors or someone else will be able to figure out what's wrong with Kafka flugin using official image. If something is missing. |
@den-is Okay, I try td-agent. Thank you very much. |
related issue: zendesk/ruby-kafka#836 |
This can be workarounded by installing first ruby-kafka from git repo.
|
This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days |
This issue was solved by fluent-plugin-kafka 0.14.0 or later. In this version, it was changed to require ruby-kafka v1.2.0 or later and v1.2.0 contains a fix for it zendesk/ruby-kafka#841 |
Can't connect and messages using kafka_group.
To enhance performance I wanted it to have 10 partitions for the topic and connect 5-10 fluentd consumers.
Kafka - AWS MSK 2.2.1
fluentd 1.11.0
I'm running fluentd in container based on
fluent/fluentd:v1.11.0-debian-1.0
with additional plugins enabled.This is how I create topic:
Switching back to single consumer... or even to topic with just one partition works fine.. but my central logging setup really struggles.
The text was updated successfully, but these errors were encountered: