We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LeaderData.clients
Replicate
ClientContext
LogEntryIndex
Replica
akka-entity-replication/src/main/scala/lerna/akka/entityreplication/raft/RaftActor.scala
Lines 240 to 265 in abe3af9
akka-entity-replication/src/main/scala/lerna/akka/entityreplication/raft/RaftMemberData.scala
Lines 226 to 231 in abe3af9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Situation
Replicate
message from an entity and will be replicating an entry of the message for the entity.ClientContext
withLogEntryIndex
) intoLeaderData.clients
.Replica
to the entity.ClientContext
withLogEntryIndex
) ofLeaderData.clients
is not removed.Related source code
akka-entity-replication/src/main/scala/lerna/akka/entityreplication/raft/RaftActor.scala
Lines 240 to 265 in abe3af9
akka-entity-replication/src/main/scala/lerna/akka/entityreplication/raft/RaftMemberData.scala
Lines 226 to 231 in abe3af9
The text was updated successfully, but these errors were encountered: