Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kafka-node

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kafka-node - npm Package Versions

1
12

1.0.7

Diff

Changelog

Source

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

hyperlink
published 1.0.6 •

Changelog

Source

2016-11-15, Version 1.0.6

hyperlink
published 1.0.5 •

Changelog

Source

2016-11-03, Version 1.0.5

  • Update doc added how to list all topics #503
  • Fix uncaught exceptions that can occur when using ConsumerGroup #505
hyperlink
published 1.0.4 •

Changelog

Source

2016-11-01, Version 1.0.4

  • Fix issue where an exception is thrown in client.brokerForLeader when connection with broker is lost in ConsumerGroup it should retry instead #498
  • Fix issue where invalid characters could be used in createTopics call #495 #492
hyperlink
published 1.0.3 •

Changelog

Source

2016-10-24, Version 1.0.3

  • Fix issue in Consumer Group where using the migrator with no previous HLC offsets will set initial offsets to 0 instead of the offsets provided in "fromOfset" feature #493
hyperlink
published 1.0.2 •

Changelog

Source

2016-10-22, Version 1.0.2

  • Fix issue in Consumer Group where using the migrator with no previous HLC offsets will set initial offsets to -1 #490
hyperlink
published 1.0.1 •

Changelog

Source

2016-10-13, Version 1.0.1

hyperlink
published 1.0.0 •

Changelog

Source

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

  • Add group membership API protocols
  • Add consumerGroup roundrobin assignment
  • Add documentation for ConsumerGroup
  • Implemented range assignment strategy
  • New consumer group should still emit rebalanced and rebalancing events
  • Refactor HLC rebalancing test to run against ConsumerGroup as well
  • Add migration from existing HLC offsets in ConsumerGroups
  • Implement rolling migration of HLC offsets for consumer groups
  • Dropping support for node 0.12 and only supporting 4 and above. Updating to version 1.0.0
  • Upgrade mocha
  • Migrator: cover the cases of slow rebalances by adding verification by checking check four times make sure the zookeeper ownership did not come back
hyperlink
published 0.5.9 •

Changelog

Source

2016-10-03, Version 0.5.9

  • Fix issue with highLevelConsumers and how consumer groups react to zookeeper redeploys creating a lot of [NODE_EXISTS] errors #472
  • Removed docker-machine support for tests #474
  • Minor fixes and additions to doc #475 #471
hyperlink
published 0.5.8 •

Changelog

Source

2016-09-12, Version 0.5.8

  • Fix duplicate messages consumed on startup this was triggered by unnecessary rebalance (versions affected: v0.5.4 to v0.5.7) #465
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc