Closed xirc closed 2 years ago
Add some unit tests that verify AppendEntriesResponse handling on RaftActor (Leader). The leader will update its state (nextIndex, commitIndex, etc...) and send messages (ReplicationSucceeded, Replica) to ReplicationActor.
AppendEntriesResponse
RaftActor
nextIndex
commitIndex
ReplicationSucceeded
Replica
ReplicationActor
Add some unit tests that verify
AppendEntriesResponse
handling onRaftActor
(Leader). The leader will update its state (nextIndex
,commitIndex
, etc...) and send messages (ReplicationSucceeded
,Replica
) toReplicationActor
.