apache/kafka
Apache Kafka - A distributed event streaming platform observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 5497
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
33632 stars · 15461 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Apache Kafka is an open-source distributed event streaming platform for building high-performance data pipelines, streaming analytics, and data integration. It provides durable, fault-tolerant storage of event streams with built-in stream processing (Kafka Streams) and a Connect framework for integrating with external systems.
Use cases
- build high-throughput data pipelines between systems
- stream and process events in real time
- decouple microservices with a publish-subscribe event bus
- ingest and store application logs, metrics, and sensor data durably
- integrate event sources and sinks like Postgres, Elasticsearch, and S3
- run exactly-once stream processing with joins and aggregations
- handle trillions of messages per day across a scalable cluster
When to choose
- you need durable, ordered, fault-tolerant event storage at massive scale
- you want battle-tested infrastructure trusted by thousands of large organizations
- you need built-in stream processing and a wide ecosystem of connectors
- you require guaranteed ordering, zero message loss, or exactly-once semantics
When to avoid
- you only need simple point-to-point messaging or a lightweight task queue
- your team cannot operate a JVM-based distributed cluster
- your message volume is small and a database or simpler broker would suffice
- you need per-message complex querying rather than append-only streams
Facets
service · maturity stable
message-queue streaming etl data-science microservices big-data analytics jvm windows cloud self-hosted event-streaming pub-sub log-storage stream-processing kafka-connect kafka-streams exactly-once high-throughput data-engineering messaging real-time docker linux macos
6 sources
- readme: https://github.com/apache/kafka · fetched 2026-08-28 · 351690219ec5
- homepage: https://kafka.apache.org/ · fetched 2026-08-29 · 97856c12493c
- site_page: https://kafka.apache.org/43/getting-started · fetched 2026-08-29 · 716c4e4bb65b
- site_page: https://kafka.apache.org/quickstart · fetched 2026-08-29 · 4d9fb093039d
- site_page: https://kafka.apache.org/documentation · fetched 2026-08-29 · e25789db26ce
- site_page: https://kafka.apache.org/documentation/streams · fetched 2026-08-29 · a91d5760408c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apache/kafka | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem