This repository has been archived by the owner on May 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
Partitions are split evenly among consumers / some consumers left out #61
Comments
nemosupremo
added a commit
to ChannelMeter/kafka
that referenced
this issue
Jul 5, 2015
nemosupremo
added a commit
to ChannelMeter/kafka
that referenced
this issue
Jul 5, 2015
That is not intentional, and should be relatively easy to fix. I will be on vacation the next three weeks; so I am not sure if I will be able to look at this any time soon though. |
nemosupremo
added a commit
to ChannelMeter/kafka
that referenced
this issue
Aug 11, 2015
wvanbergen
added a commit
that referenced
this issue
Aug 11, 2015
Divide partitions among all consumers. See #61
Fixed with #63 |
xq262144
pushed a commit
to crask/kafka
that referenced
this issue
Nov 24, 2015
xq262144
pushed a commit
to crask/kafka
that referenced
this issue
Nov 24, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, the library attempts to split partitions among consumers in a completely even manner (each consumer gets the same number of partitions. For example, if you have 32 partitions and 9 consumers, 8 consumers get assigned partitions at 4 partitions ea., and one is just left hanging. Is that intentional - it seems like a pretty easy fix.
The text was updated successfully, but these errors were encountered: