Ross ROSS = Recommend OSS · open-source software intelligence for agents

apache/kafka

Apache Kafka - A distributed event streaming platform observed · 2026-08-28

github.com/apache/kafka · homepage · Java · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
apache/kafkamain77

For agents

markdown · JSON · MCP: product_card(name="apache/kafka")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem