Hitoshi Mitake
Results
41
issues of
Hitoshi Mitake
The Raft library provides the parameter [DisableProposalForwarding](https://github.com/etcd-io/raft/blob/main/raft.go#L256). When the flag is true, it doesn’t forward MsgProp type messages from follower to leader. I guess providing a similar option for each...