v0.1.17-devel
·
25 commits
to dev_early_access_development_branch
since this release
Features
- Add a commitCb method to the callback-based API which allows committing asynchronously.
- Pass assign/unassign functions to the rebalance callback in the promisified API, allowing the user to control the assignment of partitions, or pause just after a rebalance.
- Remove store from promisified API and let the library handle all the stores.
- Add JavaScript-level debug logging to the client for debugging issues within the binding.
- Various fixes for performance and robustness of the consumer cache.
- Remove
consumerGroupId
argument from thesendOffsets
method of the transactional producer, and instead, only allow using aconsumer
.