Skip to content
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

Allow specifying versions for offset commit and fetch #366

Merged
merged 6 commits into from
Sep 21, 2019

Conversation

dantswain
Copy link
Collaborator

@dantswain dantswain commented Sep 19, 2019

I also made a small change in client.ex to allow the node_id node selector to work (and any other that can pass through straight to ClusterMetadata).

Also FWIW I found that if you commit to zookeeper (v0) and try to fetch the same consumer group from kafka (v > 0), you get :topic_or_partition_not_found. If you commit to kafka (v > 0) and try to fetch from zookeeper, you get an offset of -1. So people who have already been committing to zookeeper will need a migration plan.

Copy link
Member

@joshuawscott joshuawscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question, otherwise this looks good :shipit:

@dantswain dantswain merged commit a1cb7ca into master Sep 21, 2019
@dantswain dantswain deleted the allow_offset_versions branch September 21, 2019 19:31
@joshuawscott joshuawscott mentioned this pull request Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants