matthewaveryusa/raft.ts
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a fully featured raft implementation, implementing the more subtle parts of the raft consensus algorithm. Notably a two-phase vote to avoid bad nodes DoSing the cluster, optimistic message delivery on up-to-date nodes and dynamic cluster changes. TODO: ===== * snapshotting Features: ========= * dynamic cluster sharing * prevoting backends: =========