-
Notifications
You must be signed in to change notification settings - Fork 180
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
events distribution in kafka partitions #271
Comments
Any guidance is appreciated |
https://github.com/zendesk/ruby-kafka/blob/master/lib/kafka/partitioner.rb Here is an implementation of partitioner. |
It somehow parses im investigating and update or open a PR after I figure out why setting
parses hope it helps. |
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 |
Hello
We are having unequal events distribution of events in the partitions. our topic have 8 partitions we are noticing that one of the partition getting bulk of the events others paritions are getting very less. please advise.
Below is our fluentd-kafka-output config
The text was updated successfully, but these errors were encountered: