You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@confluentinc/kafka-javascript

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@confluentinc/kafka-javascript - npm Package Versions

134

1.0.0

Diff
c
confluent-npm
published 1.0.0 •

Changelog

Source

confluent-kafka-javascript v1.0.0

v1.0.0 is a feature release. It is supported for all usage.

Enhancements

  • Add support for an Admin API to fetch topic offsets (#156).
  • Add support for Node v23 pre-built binaries (#158).
  • Add KafkaJS-compatible errors to promisified Admin API (createTopics, deleteGroups, deleteTopicRecords) (#159).
  • Include error types within Type definitions for promisified API (#210).

Fixes

  • Fixes an issue where uv_async_init was being called off the event loop thread, causing the node process to hang (#190).
c
confluent-npm
published 1.0.0-rc1 •
c
confluent-npm
published 0.5.2 •

Changelog

Source

confluent-kafka-javascript v0.5.2

v0.5.2 is a limited availability maintenance release. It is supported for all usage.

Note: v0.5.2 has no code changes from v0.5.1, version is bumped to sync with @confluentinc/schemaregistry.

c
confluent-npm
published 0.5.1 •

Changelog

Source

confluent-kafka-javascript v0.5.1

v0.5.1 is a limited availability maintenance release. It is supported for all usage.

Fixes

  • Fix an issue where sendOffsets wasn't working correctly in the transactional producer (#172).
c
confluent-npm
published 0.5.0-rc1 •
c
confluent-npm
published 0.4.0 •

Changelog

Source

confluent-kafka-javascript v0.4.0

v0.4.0 is a limited availability feature release. It is supported for all usage.

Enhancements

  • Fixes an issue where headers were not passed correctly to the eachBatch callback (#130).
  • Add support for an Admin API to list a consumer group's offsets (#49).
  • Reduce consumer poll timeout to nil and add wakeups for new messages. This improves the consumer efficiency, and resolves issues while running multiple consumers within the same node process (#135).
  • Add pre-built binaries for macOS (Intel).
c
confluent-npm
published 0.4.0-RC2 •
c
confluent-npm
published 0.3.0 •

Changelog

Source

confluent-kafka-javascript v0.3.0

v0.3.0 is a limited availability feature release. It is supported for all usage.

Enhancements

  • References librdkafka v2.6.0. Refer to the librdkafka v2.6.0 release notes for more information.
  • Minor optimization to reduce schema ID lookups (#123).
c
confluent-npm
published 0.3.0-RC2-2-gd373407 •
c
confluent-npm
published 0.3.0-RC2 •