Local Affinity Placement
protoactor docs
Local Affinity Virtual Actors with locality to Kafka consumer Local affinity placement lets us position virtual actors close to other resources. In this example, virtual actors are placed near an Apache Kafka consumer. The actors on the same cluster member consume messages only from the partitions handled by that consumer.
Scale up or down If the cluster scales up or down, some actors may no longer reside on the node where they first spawned.
Read more...