lni / dragonboat

A feature complete and high performance multi-group Raft library in Go.
Apache License 2.0
4.99k stars 534 forks source link

[help] Does node Propose need to be done in leadership? #226

Closed Cloud33 closed 2 years ago

Cloud33 commented 2 years ago

Does node Propose need to be done in leadership?

lni commented 2 years ago

You can make a proposal from any node. When the proposal is initiated from a non-leader node, it will be passed to the leader node first, this is going to cause some overhead but it works.