drmingdrmer
-
✔️ golang developer; Author of:
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseChangelog
Change: use NodeId instead of RaftTypeConfig if a type only needs node-id as type param.
Change: from DefensiveError<C: RaftTypeConfig> to
replicate_client_request()
RaftPayload RaftEntry to access payload and entry without the need to know about user data, i.e., AppData or AppDataResponse.
last_membership: EffectiveMembership to effective_membership: Arc<EffectiveMemebership>`
RaftPayload RaftEntry to access payload and entry without the need to know about user data, i.e., AppData or AppDataResponse.
Learner, use Follower instead.
A learner has nothing different from a follower, except that a learner does not need to wake up to elect if it timed out receiving the heartbeat fr…