Metadata stores
Store ownership records, shard maps, and cluster configuration with strong consistency.
View recipeUse this page when you want to map MicroRaft to a real Java system, not just read about the protocol. These are the workloads where an embeddable CP core is usually the right shape.
Store ownership records, shard maps, and cluster configuration with strong consistency.
View recipeBuild fencing-token based lock flows where stale owners must not keep control after failover.
View recipeUse ordered commits for elections, registrations, and control-plane transitions.
View recipeIf you are still deciding whether a Java Raft library is the right fit, start here.
Read why MicroRaftReach for MicroRaft when you want to embed consensus into a Java service you already own. Pick a higher-level platform when you want a turnkey data product instead of a library integration surface.