aio-libs/aiokafka
asyncio client for kafka observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 96
- Release rhythm 49
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 274.0
- age_days: 4323
- days_rel: 126
- days_push: 24
- n_releases_24m: 3
Adoption not part of the score
1399 stars · 266 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
aiokafka is an asyncio-based Python client library for Apache Kafka, providing AIOKafkaProducer and AIOKafkaConsumer high-level classes. It enables asynchronous producing and consuming of Kafka messages with consumer group support.
Use cases
- produce messages to kafka from async python code
- consume kafka topics asynchronously
- build event-driven services with asyncio and kafka
- load balance kafka consumption across consumer groups
- integrate kafka into fastapi or aiohttp apps
- stream processing pipelines in python
When to choose
- your application uses asyncio and needs kafka integration
- you want a pure-python async kafka client without blocking the event loop
- you need consumer group rebalancing in async code
When to avoid
- your codebase is synchronous and you don't use asyncio
- you need features of a full streaming platform rather than a client library
- you need a kafka client for another language
Facets
library · maturity active
message-queue database-driver streaming microservices backend python cross-platform asyncio kafka kafka-client producer consumer messaging data-engineering
2 sources
- readme: https://github.com/aio-libs/aiokafka · fetched 2026-08-28 · cfdb1eb69f6d
- registry_pypi: https://pypi.org/pypi/aiokafka/json · fetched 2026-08-29 · 0ef784a6bc90
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aio-libs/aiokafka | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="aio-libs/aiokafka")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem