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

123

0.1.11-devel

Diff
c
confluent-npm
published 0.1.11-devel •

Changelog

Source

confluent-kafka-javascript v0.1.11-devel

v0.1.11-devel is a pre-production, early-access release.

Features

  • Add support for eachBatch in the Consumer API (partial support for API compatibility).
  • Add support for listGroups, describeGroups and deleteGroups in the Admin API.
c
confluent-npm
published 0.1.10-devel •

Changelog

Source

confluent-kafka-javascript v0.1.10-devel

v0.1.10-devel is a pre-production, early-access release.

Features

  • Pre-built binaries for Windows (x64) added on an experimental basis.
c
confluent-npm
published 0.1.9-devel •

Changelog

Source

confluent-kafka-javascript v0.1.9-devel

v0.1.9-devel is a pre-production, early-access release.

Features

  • Pre-built binaries for Linux (both amd64 and arm64, both musl and glibc), for macOS (m1), for node versions 18, 20 and 21.
  • Promisified API for Consumer, Producer and Admin Client.
  • Allow passing topic configuration properties via the global configuration block.
  • Remove dependencies with security issues.
  • Support for the Cooperative Sticky assignor.