Raft This project implements the Raft protocol from scratch, based on the paper: https://raft.github.io/raft.pdf Election(选举部分) Future 1. 支持动态新增节点.