async-raft/async-raft
An implementation of the Raft distributed consensus protocol using the Tokio framework. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2639
- days_rel: n/a
- days_push: 1298
- n_releases_24m: 0
Adoption not part of the score
1092 stars · 85 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust crate implementing the Raft distributed consensus protocol on top of the Tokio async runtime. It provides a reactive, fully async Raft node with pluggable storage and networking traits, pipelined log replication, and dynamic cluster membership support.
Use cases
- build a replicated distributed data store in Rust
- add Raft consensus to a distributed database or KV store
- implement leader election and log replication over Tokio
- manage dynamic cluster membership changes in a distributed system
- replicate state machine logs across nodes asynchronously
When to choose
- you are building a distributed storage system in Rust with Tokio
- you need a reactive, event-driven Raft implementation with pluggable storage and network backends
- you need dynamic membership changes, snapshots, and log compaction
When to avoid
- you need a battle-tested, actively maintained Raft library — the project has seen limited activity since 2023
- you are not using Rust or the Tokio async ecosystem
- you need a ready-made distributed database rather than a consensus library to embed
Facets
library · maturity maintenance
concurrency microservices developer-tools microservices databases rust windows cross-platform raft consensus tokio async replication distributed-storage algorithms linux macos
3 sources
- readme: https://github.com/async-raft/async-raft · fetched 2026-08-28 · f0c45bbd733d
- homepage: https://async-raft.github.io/async-raft · fetched 2026-08-29 · 6eadbddeff02
- registry_crates: https://crates.io/api/v1/crates/async-raft · fetched 2026-08-29 · 46c69a59a219
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| async-raft/async-raft | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="async-raft/async-raft")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem