lerna-stack / akka-entity-replication

Akka extension for fast recovery from failure with replicating stateful entity on multiple nodes in Cluster
Apache License 2.0
30 stars 1 forks source link

Notify replication failure to conflict clients #162

Closed xirc closed 2 years ago

xirc commented 2 years ago

Closes #155, #156

If conflict clients exist, RaftActor sends ReplicationFaield messages to these clients and removes clients from LeaderData.clients. A client is considered a conflict if an index associated with the client (LeaderData.clients) is conflict one.