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

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

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