kafka-node
Advanced tools
Changelog
2016-11-18, Version 1.0.7
Fix issue where createTopics
using the async
set to false
was not synchronous. #519
NOTE: The behavior now is if async
is true the callback is not actually called until all the topics are confirmed to have been created by Kafka. The previous behavior the callback would be called after the first request (which does not guarantee the topics have been created). This wasn't consistent with what the doc said.
Fix issue where messages are lost when sending a batch of keyed messages using the highLevelPartitioner #521
Upgrade UUID package #520
Check for in loops using hasOwnProperty
to defend against insane libraries that update the prototype of Object
#485
Refactor HighLevelProducer
and Producer
#508
Changelog
2016-11-15, Version 1.0.6
Changelog
2016-10-24, Version 1.0.3
Changelog
2016-10-22, Version 1.0.2
Changelog
2016-10-13, Version 1.0.1
earliest
and none
#483Changelog
2016-10-10, Version 1.0.0
Major version change since we're dropping support for Node older than v4.
Added a new Consumer called Consumer Group this is supported in Kafka 0.9 and greater. #477