-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
offset & consumer groups #199
Comments
Yes, you are absolutely right, it should include the groupid indeed. To not break existing clients that rely on their offset files not being renamed I suggest the following approach:
Comments? |
sounds good |
This is fixed now, can you verify on your end aswell? |
Oh, btw, I added |
works nice - thx for the fast implementation |
a consumer offset should be stored per topic/partition/consumer group...
as long as broker based offset is not working correct #192 and zookeeper is not integrated #4 it would still be possible to support this feature (local groups only) with file based offsets.
the filename is now constructed from 1) topic name and 2) partition but it should simply include 3) group id.
workaround (local groups only): add consumer group as folder to the path..
ps: i would suggest something like a consumer config instead of a global config
The text was updated successfully, but these errors were encountered: