dpkp/kafka-python
Python client for Apache Kafka observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
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: 4
- age_days: 5091
- days_rel: 17
- days_push: 9
- n_releases_24m: 44
Adoption not part of the score
5898 stars · 1476 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
kafka-python is a pure-Python client library for Apache Kafka with no external dependencies, providing high-level consumer, producer, and admin client classes. It also ships CLI scripts for producing, consuming, and administering Kafka clusters without a JVM.
Use cases
- produce and consume messages from kafka in python
- create and manage kafka topics programmatically
- read kafka events with a python consumer group
- administer a kafka cluster without installing the jvm
- integrate kafka streaming into python data pipelines
- quickly test kafka topics from the command line
When to choose
- you need a dependency-free pure-python kafka client
- you want a java-client-like consumer/producer API in python
- you lack a JVM but need kafka admin operations
- you need broad kafka version compatibility with modern KIP features
When to avoid
- you need maximum throughput and prefer a C/Cython-based client like confluent-kafka
- you need async/await-first APIs from a different ecosystem
- you require exactly the official java client's full feature surface
Facets
library · maturity active
message-queue streaming cli serialization developer-tools microservices python cross-platform cli apache-kafka kafka-client pure-python event-streaming producer-consumer messaging data-engineering
2 sources
- readme: https://github.com/dpkp/kafka-python · fetched 2026-08-28 · 1a6944a54bb3
- registry_pypi: https://pypi.org/pypi/kafka-python/json · fetched 2026-08-29 · 449dc926e7d2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dpkp/kafka-python | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="dpkp/kafka-python")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem