Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正在运行的 Actor 可以在其生命周期中迁移到不同的节点吗?根据此 AKKA 路线图,此处在失败时自动执行演员迁移将可与发布“Rollins”一起使用。我想知道这个演员迁移是否可以通过一些特殊消息或其他任何方式手动完成?此外,Scala中是否有类似的东西?
根据用例,带有集群分片的 akka-cluster可能是合适的。 模块能够将分片重新分配给其他集群节点。