>

As the number of cluster node increasing, single raft will suffer performance penalty as the more nodes participate in the leader election and decision making the more time will be consumed for
the cluster to operate.

Multi-Raft is therefore be developed to scale the original raft consensus algorithm.

Todo:

https://www.cockroachlabs.com/blog/scaling-raft/