v0.1.12-devel
Pre-release
Pre-release
·
105 commits
to dev_early_access_development_branch
since this release
v0.1.12-devel is a pre-production, early-access release.
Features
- Add support for
listTopics
in the Admin API. - Add support for OAUTHBEARER token refresh callback for both promisified and non promisified API.
Bug Fixes
- Fix aliasing bug between
NodeKafka::Conf
andRdKafka::ConfImpl
. - Fix issue where
assign/unassign
were called instead ofincrementalAssign/incrementalUnassign
while using
the Cooperative Sticky assigner, and setting therebalance_cb
as a boolean rather than as a function. - Fix memory leaks in Dispatcher and Conf (both leaked memory at client close).
- Fix type definitions and make
KafkaJS
andRdKafka
separate namespaces, while maintaining compatibility
with node-rdkafka's type definitions.