protoactor-dotnet icon indicating copy to clipboard operation
protoactor-dotnet copied to clipboard

Allow automatic actor rebalancing on topology changes

Open rogeralsing opened this issue 2 years ago • 0 comments

The PartitionActivatorLookup already does this due to the algorithm itself. However, the other ID lookups do not. e.g. PartitionIdentityLookup. let actors continue to stay where they were spawned.

We do have actor metrics in gossip heartbeat. so we could use that data to stop actors on crowded nodes

rogeralsing avatar May 10 '22 20:05 rogeralsing