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

234

1.4.0

Diff
c
confluent-npm
published 1.4.0 •
c
confluent-npm
published 1.4.0-rc0 •
c
confluent-npm
published 1.3.2 •

Changelog

Source

confluent-kafka-javascript v1.3.2

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

Enhancements

  • References librdkafka v2.10.1. Refer to the librdkafka v2.10.1 release notes for more information.
  • Support for schema id in header (#303)
  • Add CEL support for Data Quality rules (#313)

Fixes

  • Fix missing await during JSON deserialization (#301)
  • Fix possible NPE in CSFLE executor (#305)
c
confluent-npm
published 1.3.2-rc1 •
c
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).
c
confluent-npm
published 1.3.1-rc1 •
c
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

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)
c
confluent-npm
published 1.3.0-rc1 •
c
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).
c
confluent-npm
published 1.2.0-rc1 •