Closed killgxlin closed 7 years ago
I will follow the process of "Contributing to Proto.Actor"
Thank @rogeralsing for explaining in gitter.
https://www.infoq.com/br/presentations/failing-gracefully-with-the-actor-model TLDR; the partition owner for a given name might move around when the cluster topology changes, the actor instance will not, thats the reason for the two levels. The "Hash Partitions" in that image might move due to changes. the actors placement (at the bottom, "Grain placement") will be static during it's lifetime. http://proto.actor/images/grains.png
Hello: Guys. https://github.com/AsynkronIT/protoactor-go/blob/dev/cluster/partition_actor.go#L83 Why not in the same actor of partitionActor? Thanks for the powerful project.