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# - must be a non-abstract type with a public parameterless constructor in redis -

c# - ReportViewer control - axd url -

time series - R growth rate calculation week over week on daily timeseries data -