Scala/ AKKA actor migration between machines -


can running actors migrated different node during life cycle? according akka road map here automatic actor migration upon failure available release "rollins". wondering whether actor migration can somehow done manually, via special message or anything? furthermore, there similar in scala?

depending on use case, akka-cluster cluster sharding may fit.
module capable of reallocating shards other cluster nodes.


Comments

Popular posts from this blog

c# - ReportViewer control - axd url -

c# - must be a non-abstract type with a public parameterless constructor in redis -

jquery - Why is my content spilling past the bottom of the container? -