@confluentinc/kafka-javascript
Advanced tools
Changelog
confluent-kafka-javascript v1.3.1
v1.3.1 is a maintenance release. It is supported for all usage.
partitionsConsumedConcurrently > 1
and all messages
are consumed (#300)Kafka()
constructor and for passing topic configurations
to the producer()
and consumer()
in the promisified API (@davidkhala, #297, #321).Changelog
confluent-kafka-javascript v1.3.0
v1.3.0 is a feature release. It is supported for all usage.
Changelog
confluent-kafka-javascript v1.2.0
v1.2.0 is a feature release. It is supported for all usage.
eachBatch
callback was being called for the same partition concurrently (#224).Changelog
confluent-kafka-javascript v1.0.0
v1.0.0 is a feature release. It is supported for all usage.
uv_async_init
was being called off the event loop thread,
causing the node process to hang (#190).