-
Notifications
You must be signed in to change notification settings - Fork 4
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
consumers not keeping up with partition data #3
Comments
the offsets are written to zookeeper in this function: https://github.com/jrydberg/gevent-kafka/blob/master/gevent_kafka/consumer.py#L159 it never catches up? even if you stop producing? |
i can't turn off the producer. my consumer is in a separate consumer group i'll play around with comparing the offsets that record the consumer state, On Thu, Oct 25, 2012 at 12:33 PM, Johan Rydberg notifications@github.comwrote:
|
i'm not sure really, but i would do some simple calculations based on the also, check this: On Thu, Oct 25, 2012 at 9:46 PM, david birdsong notifications@github.comwrote:
|
me again.
i'm trying to get to the bottom of a consumer group that has not been able to catch up with what is in the broker no matter how many consumers i add. i'd like to compare what each broker's current offset is against what the consumer is currently working on to prove that the consumers aren't catching up.
could you suggest how to expose those values? i'm combing through the code right now, but any help would be appreciated.
The text was updated successfully, but these errors were encountered: