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

Enable commit on seek #350

Merged
merged 1 commit into from
Mar 29, 2015
Merged

Conversation

ecanzonieri
Copy link
Contributor

This change enables an explicit call to
commit() to actually commit the offsets even if auto_commit is False. Currently a consumer is not
able to commit the offsets after a seek until at least one message is read.

When auto_commit is False this change enables an explicit call to
commit() to actually commit the offsets. Otherwise a consumer won't be
able to commit until at least one message is read.
@dpkp dpkp added this to the 0.9.4 Release milestone Mar 24, 2015
dpkp added a commit that referenced this pull request Mar 29, 2015
@dpkp dpkp merged commit 9a8cd15 into dpkp:master Mar 29, 2015
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.

None yet

2 participants