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

Refactor `Replicate` message #159

Closed xirc closed 2 years ago

xirc commented 2 years ago

RaftActor can relatively easily recognize whether the given Replicate message is for internal use or an entity.

Changes:

Considerations:

Since we have a plan to change Leader's Replicate message handling, this PR is a preparation for future change.