We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In readme you describe Consumer.commit:
Consumer.commit
Consumer.commit(cb)
But in Consumer.js commit needs two params:
commit
function autoCommit(force, cb) { ... } Consumer.prototype.commit = Consumer.prototype.autoCommit = autoCommit;
The text was updated successfully, but these errors were encountered:
commit()
Is that commit to zookeeper or kafka?
Sorry, something went wrong.
Make commit() method of Consumer and HighLevelConsumer handle c…
Consumer
HighLevelConsumer
f01156b
…ase when only callback is passed Fixes SOHU-Co#296
Successfully merging a pull request may close this issue.
In readme you describe
Consumer.commit
:But in Consumer.js
commit
needs two params:The text was updated successfully, but these errors were encountered: