Raft #
由于 Paxos 难以理解,所以才有了 Raft
Raft 以可理解性和易于实现为目标:
- Leader 选举(Leader election)
- 日志同步(Log replication)
- 安全性(Safety)
- 日志压缩(Log compaction)
- 成员变更(Membership change)
教程 #
maemual/raft-zh_cn #
关注 #
baidu/braft #
tikv/raft-rs #
Raft distributed consensus algorithm implemented in Rust.
hashicorp/raft #
Golang implementation of the Raft consensus protocol
etcd-io/etcd #
Distributed reliable key-value store for the most critical data of a distributed system
叶王 © 2013-2024 版权所有。如果本文档对你有所帮助,可以请作者喝饮料。