kafka-node
Advanced tools
Changelog
2018-09-05, Version 3.0.0
FailedToRebalanceConsumerError: NODE_EXISTS
when rebalancing #981refreshBrokerMetadata
#1048removeTopics
not able to remove topics #1012topicPartitionCheckInterval
option (defaults to every 30 seconds) #1057createTopics
method drops the second async parameter since it uses the Admin API to create TopicsChangelog
2018-04-24, Version 2.6.0
addTopics
method to the ConsumerGroup
#914onRebalance
in ConsumerGroup
leads to an exception being thrown #922ConsumerGroup
configured using commitOffsetsOnFirstJoin
#897Changelog
2018-04-09, Version 2.5.0
KeyedPartitioner
#870socket.waiting
before invoking callbacks #819ConsumerGroup
#888ConsumerGroupStream
#891ConsumerGroup
will try to commit before joining a group. Added onRebalance
callback for manual commit users #889Changelog
2018-01-7, Version 2.3.1
highWaterOffset
using compression #821fromOffset
option not working in ConsumerStream #794