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.5.0

Diff

Changelog

Source

2017-02-24, Version 1.5.0

  • Added highWaterOffset attribute to message and done results to help keep track consumer status #610
  • Fixed potential missing commits in HighLevelCosumer and ConsumerGroup #613
hyperlink
published 1.4.0 •

Changelog

Source

2017-02-13, Version 1.4.0

  • Logging strategy should be configurable so that kafka-node can be integrated into applications more easily. #597
  • Published NPM package should not contain testing and local development artifacts. #598
hyperlink
published 1.3.4 •

Changelog

Source

2017-02-01, Version 1.3.4

  • Producers should better recover from brokers going offline and coming back #580
hyperlink
published 1.3.3 •

Changelog

Source

2017-01-31, Version 1.3.3

  • Fix issue where fetchEarliestOffsets using Offset could fail #572
hyperlink
published 1.3.2 •

Changelog

Source

2017-01-25, Version 1.3.2

  • Fix potential stalled ConsumerGroup when a kafka broker leaves or comes back online #574
  • Reduce calls to commit when consumer is idle #568
  • Update lodash 4 #565
hyperlink
published 1.3.1 •

Changelog

Source

2017-01-17, Version 1.3.1

  • Fix consumer group not reconnecting when a broker comes back online #563
  • Removed an non consumer group error from consumer group error list #562
hyperlink
published 1.3.0 •

Changelog

Source

2017-01-12, Version 1.3.0

  • Add fetchEarliestOffsets to Offset #544
  • Fix issue where consumer heartbeat timeout was not triggering a retry #559
hyperlink
published 1.2.1 •

Changelog

Source

2017-01-12, Version 1.2.1

  • Fix potential issue where long running consumers (includes ConsumerGroup, HighLevelConsumer, and Consumer) could throw out of bounds exception during the fetch loop #556
hyperlink
published 1.2.0 •

Changelog

Source

2017-01-11, Version 1.2.0

Consumer Group Changes

  • Fix issue where an error in a leaving group during close will prevent a consumer from being closed. #551
  • Fix issue with heartbeat where consumer will continue to send heartbeats at regular intervals even when previous ones did not resolve #547
  • Add ability for ConsumerGroup to recover from stale offsets. This is configured by the new outOfRangeOffset option which takes same values as fromOffset. #553
hyperlink
published 1.1.0 •

Changelog

Source

2017-01-04, Version 1.1.0

  • Fixed issue with unhandled error while using Offset #543
  • HighLevelConsumer now allows a configurable retry options used for rebalancing this is found under the rebalanceRetry option key #542
  • Fixed issue in HighLevelConsumer where an offset of 0 for new topics was not committed #529
  • Upgraded nested-error-stacks dependency for node 7 compatibility #540
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