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

kafka-node

Package Overview
Dependencies
Maintainers
1
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

23
12

5.0.0

Diff

Changelog

Source

2019-11-04, Version 5.0.0

  • Fix describe configs for multiple brokers #1280
  • Fix requestTimeout bug #1255
  • Improve consumer recovering from stalling when cluster redeploys #1345

BREAKING CHANGE

  • Dropped support for node 6
hyperlink
published 4.1.3 •

Changelog

Source

2019-04-30, Version 4.1.3

  • Fix parseHost returning a string port instead of a number #1257
hyperlink
published 4.1.2 •

Changelog

Source

2019-04-30, Version 4.1.2

  • Fix getController not returning controller Id #1247
hyperlink
published 4.1.1 •

Changelog

Source

2019-04-16, Version 4.1.1

  • Fix ConsumerGroup receiving wrong offsets for compressed messages #1236
  • Add missing sasl property to consumergroup type #1234
hyperlink
published 4.1.0 •

Changelog

Source

2019-04-07, Version 4.1.0

  • Fixed wrong offset being assigned to compressed messages #1226
  • Update producer and consumer types as EventEmitters #1223
  • Add setting to control auto-reconnect when closed due to being idle #1218
hyperlink
published 4.0.4 •

Changelog

Source

2019-03-28, Version 4.0.4

  • Fixed unnecessary metadata refresh when socket is closed from being idle #1216
  • Prevent broker socket auto reconnect attempts to brokers that are no longer valid #1217
hyperlink
published 4.0.3 •

Changelog

Source

2019-03-25, Version 4.0.3

  • Fixed issue where broker socket close event did not schedule a refresh of internal metadata which can lead to lag during kafka deploys
  • Fixed reconnect and connect events can be incorrectly emitted after broker initialization fails.
  • Added a metadata refresh when controller request fails #1214
  • Updated dependencies #1204
  • Add events to types #1201
hyperlink
published 4.0.2 •

Changelog

Source

2019-02-22, Version 4.0.2

  • Fix blocked ConsumerGroup fetch loop when fetch request yields an error #1194
  • Fix topic partition check not being scheduled when call to loadMetadataForTopic fail #1195
hyperlink
published 4.0.1 •

Changelog

Source

2019-01-31, Version 4.0.1

  • Fixed issue when KafkaClient.getController wasn't using cached details when controller id is 0 #1176
  • Update TS typings #1174 and #1099
hyperlink
published 4.0.0 •

Changelog

Source

2019-01-10, Version 4.0.0

  • Pending timers from connect, and waitUntilReady are cleared when KafkaClient is closed #1163
  • ConsumerGroup commit timer should not hold node process open #797
  • Validation for empty topic for ConsumerGroup #1166
  • Adds support for providing config entries and explicit replica assignment when creating new topics. #1157
  • Fixed issue where closed broker can be used to send metadata requests #1160
  • Unsupported message format (Record Batch) now throws an error instead of failing silently #1151
  • Adds support for DescribeConfigs protocol to Admin #1081
  • Updated TypeScript definition #1101 #1079
  • List all topics method added to Admin #1100

BREAKING CHANGES

  • Messages are now emitted asynchronously to fix issues with message ordering for compressed messages #1072
  • Removed zookeeper based APIs #1163
    • Removed Client
    • Removed HighLevelConsumer
    • Removed ConsumerGroup rolling migration feature from HLC based consumer. If you need to migrate use older version of kafka-node
    • Offset fetchCommits is implementation of fetchCommitsV1 which deals with ConsumerGroup instead of HLC
    • Zookeeper based events will no longer be emitted
23
12
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