# Blizzard/node-rdkafka

Node.js bindings for librdkafka

Repository: https://github.com/Blizzard/node-rdkafka
Canonical: https://ross.abutalabs.com/products/node-rdkafka
Language: JavaScript
License: MIT
License Family: permissive
Topics: kafka, librdkafka, nodejs
Last push: 2025-12-03T19:21:11+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 55, release rhythm 47, longevity 100
- inputs: {"age_days": 3674, "days_push": 273, "days_rel": 273, "gap_med": 53, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2211, forks 403 (observed 2026-08-28T04:06:26.366835+00:00)

## What it is
node-rdkafka is a high-performance Node.js client for Apache Kafka that wraps the native librdkafka C/C++ library. It handles partition balancing, broker management, producing, and consuming messages with the performance of the native client.

## Use cases
- produce messages to kafka from nodejs
- consume kafka topics in a node app
- high-throughput kafka streaming client
- build event-driven microservices with kafka
- connect nodejs to apache kafka brokers
- native kafka bindings for node

## When to choose
- you need maximum kafka throughput in Node.js via librdkafka
- you need low-level kafka features like partitioning and broker management
- you are building event streaming pipelines in Node.js

## When to avoid
- you want a pure-JavaScript kafka client to avoid native compilation
- you target platforms where building native addons is difficult
- you only need a simple high-level consumer with minimal setup

## Facets
- artifact type: library
- maturity: active
- function: message-queue, streaming, http-client
- domain: microservices, backend, developer-tools
- platform: windows
- tags: kafka, librdkafka, native-bindings, event-streaming, producer-consumer, messaging, nodejs, linux, macos

## Member repositories
- Blizzard/node-rdkafka (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:26.366835+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:46:03.565824+00:00, confidence not recorded.
  - readme: https://github.com/Blizzard/node-rdkafka (fetched 2026-08-28T04:06:26.366835+00:00, sha 77734a09130a)
  - registry_npm: https://registry.npmjs.org/node-rdkafka (fetched 2026-08-29T10:26:33.719839+00:00, sha 26d5ed59884e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
