I'm using Raft consensus, in hyperledger fabric, and I have some questions about how does it work.
Once a Leader is elected, does the orderer stays a leader until he goes down ?
Is it possible to force re-election process without restarting the leader container (docker restart orderer...) but with some options in the config block ( something like : ForceReElectionEvery: 60m ) ?
What kind of information is exchanged between the orderers cluster ?
Thanks in advance.