🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@confluentinc/kafka-javascript

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@confluentinc/kafka-javascript - npm Package Versions

234

1.3.2

Diff
confluent-npm
published 1.3.2 •
confluent-npm
published 1.3.2-rc1 •
confluent-npm
published 1.3.1 •

Changelog

Source

confluent-kafka-javascript v1.3.1

v1.3.1 is a maintenance release. It is supported for all usage.

Fixes

  • Avoid a race condition that causes 100% usage of a CPU core when consuming with partitionsConsumedConcurrently > 1 and all messages are consumed (#300)
  • Fix type definition for Kafka() constructor and for passing topic configurations to the producer() and consumer() in the promisified API (@davidkhala, #297, #321).
confluent-npm
published 1.3.1-rc1 •
confluent-npm
published 1.3.0 •

Changelog

Source

confluent-kafka-javascript v1.3.0

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

Enhancements

  • References librdkafka v2.10.0. Refer to the librdkafka v2.10.0 release notes for more information.

Fixes

  • Support Protobuf oneof fields in Data Contract rules (#261)
  • Ensure use of DEK object is thread-safe (#268)
  • Fix token fetch to return after successful request (#278)
  • Add loose OAuth authorization (#289)
confluent-npm
published 1.3.0-rc1 •
confluent-npm
published 1.2.0 •

Changelog

Source

confluent-kafka-javascript v1.2.0

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

Enhancements

  • Add support for an Admin API to fetch topic offsets by timestamp (#206).
  • References librdkafka v2.8.0. Refer to the librdkafka v2.8.0 release notes for more information.

Fixes

  • Fixes an issue where the eachBatch callback was being called for the same partition concurrently (#224).
  • Uses a Debian based builder instead of an Ubuntu based builder to ensure compatibility with older, but supported versions of Linux (#228).
confluent-npm
published 1.2.0-rc1 •
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).
confluent-npm
published 1.0.0-rc1 •