librdkafka
The Apache Kafka C/C++ library observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 99
- Release rhythm 78
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 46
- age_days: 5096
- days_rel: 64
- days_push: 7
- n_releases_24m: 16
Adoption not part of the score
1038 stars · 3255 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Confluent's Golang client for Apache Kafka, providing high-level Producer and Consumer APIs with support for balanced consumer groups. It is a lightweight wrapper around librdkafka, a high-performance C client library.
Use cases
- produce messages to kafka topics from go
- consume kafka messages in a go service
- build event-driven microservices with kafka
- stream data pipelines using kafka in golang
- implement kafka consumer groups in go
- publish and subscribe to event streams
When to choose
- you need a high-performance, production-grade Kafka client in Go
- you want commercial support from Confluent
- you need feature parity with the latest Apache Kafka protocol
- you want consistent client behavior across Go, Python, and .NET via librdkafka
When to avoid
- you want a pure-Go client without cgo dependencies (e.g., franz-go or sarama)
- your deployment environment makes compiling C libraries difficult
- you only need simple, low-throughput Kafka access
Facets
library · maturity stable
message-queue streaming database-driver microservices backend go windows cross-platform kafka kafka-client librdkafka producer consumer event-streaming cgo-bindings messaging data-engineering linux macos
1 source
- readme: https://github.com/confluentinc/librdkafka · fetched 2026-08-28 · 57d9dc81f8ae
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| confluentinc/librdkafka | main | 92 |
| confluentinc/confluent-kafka-go | sdk | 92 |
For agents
markdown · JSON · MCP: product_card(name="confluentinc/librdkafka")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem