Closed ydash closed 1 year ago
Allow only specific actors defined as a sticky leader to become a leader when RaftSettings.stickyLeaders is not empty.
RaftSettings.stickyLeaders
withStickyLeaders
Follower.scala
Candidate.scala
stickyLeaders
Leader
RaftActor.scala
Allow only specific actors defined as a sticky leader to become a leader when
RaftSettings.stickyLeaders
is not empty.withStickyLeaders
Follower.scala
andCandidate.scala
stickyLeaders
is not empty, only raft actors defined as a sticky leader can becomeLeader
stickyLeaders
is empty, all raft actors can becomeLeader
RaftActor.scala
stickyLeaders
is not empty