@confluentinc/kafka-javascript
Advanced tools
Changelog
confluent-kafka-javascript v0.2.1
v0.2.1 is a limited availability release. It is supported for all usage.
Changelog
confluent-kafka-javascript v0.2.0
v0.2.0 is a limited availability release. It is supported for all usage.
librdkafka
on the latest released tag v2.5.3
instead of master
.Changelog
confluent-kafka-javascript v0.1.17-devel
v0.1.17-devel is a pre-production, early-access release.
consumerGroupId
argument from the sendOffsets
method of the transactional producer,
and instead, only allow using a consumer
.Changelog
confluent-kafka-javascript v0.1.16-devel
v0.1.16-devel is a pre-production, early-access release.
eachBatch
support to consumer.leaderEpoch
field to the topic partitions where required (listing, committing, etc.).Changelog
confluent-kafka-javascript v0.1.15-devel
v0.1.15-devel is a pre-production, early-access release.
Changelog
confluent-kafka-javascript v0.1.14-devel
v0.1.14-devel is a pre-production, early-access release.
Changelog
confluent-kafka-javascript v0.1.13-devel
v0.1.13-devel is a pre-production, early-access release.
storeOffsets
in the consumer API.Changelog
confluent-kafka-javascript v0.1.12-devel
v0.1.12-devel is a pre-production, early-access release.
listTopics
in the Admin API.NodeKafka::Conf
and RdKafka::ConfImpl
.assign/unassign
were called instead of incrementalAssign/incrementalUnassign
while using
the Cooperative Sticky assigner, and setting the rebalance_cb
as a boolean rather than as a function.KafkaJS
and RdKafka
separate namespaces, while maintaining compatibility
with node-rdkafka's type definitions.