Re: [akka-user] Cluster Sharding custom routing

2016-12-13 Thread Akka Team
Hi Luis, Sharding allows for a custom ShardAllocationStrategy, which has two purposes: allocating new shards and taking decisions about rebalancing. Maybe this could cover what you want to do. (See API here:

[akka-user] Cluster Sharding custom routing

2016-12-06 Thread Luis Pedrosa
Hello! >From what I understand, the cluster sharder GracefulShutdown implementation, removes the node from the cluster. It also signals all the remaining nodes to buffer any messages that target shards already allocated on the given node. I believe this is because the use case assumes