travisjeffery/jocko
Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native) observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 83
- Release rhythm 8
- 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: n/a
- age_days: 3614
- days_rel: n/a
- days_push: 105
- n_releases_24m: 0
Adoption not part of the score
5012 stars · 371 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Jocko is a distributed commit log service implementing the Kafka protocol in Go, with built-in coordination via Serf discovery and Raft consensus so no ZooKeeper is needed. It ships as a single binary and aims to be protocol-compatible so existing Kafka clients like Sarama work with it.
Use cases
- run a kafka-compatible message broker without zookeeper
- self-host a lightweight event streaming broker in go
- deploy a distributed commit log as a single binary
- use kafka clients like sarama against a simpler broker
- learn how kafka storage and consensus internals work
- spin up a small kafka cluster for development or testing
When to choose
- you want kafka-style pub/sub or event streaming without operating zookeeper
- you prefer a single-binary, cloud-native deployment
- you're a go shop wanting a hackable broker implementation
- you need a lightweight kafka-compatible broker for dev/test environments
When to avoid
- you need full kafka feature parity such as consumer groups, replication, and complete protocol coverage
- you run mission-critical production workloads requiring battle-tested durability
- you depend on kafka ecosystem tooling that needs advanced protocol versions
- you need guaranteed long-term maintenance - the project has had hiatus periods
Facets
service · maturity experimental
message-queue streaming rpc microservices big-data developer-tools go self-hosted kafka-compatible commit-log event-streaming no-zookeeper raft-consensus serf-discovery single-binary messaging linux macos docker
1 source
- readme: https://github.com/travisjeffery/jocko · fetched 2026-08-28 · 698c03182c2f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| travisjeffery/jocko | main | 60 |
For agents
markdown · JSON · MCP: product_card(name="travisjeffery/jocko")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem