[akka-user] Re: Java TestProbe with ReceiveWhile

2016-12-07 Thread Luis Pedrosa
Looking at the github repo, there is a receive while usage example here . I believe you can consider the JavaTestKit class to be your test probe. You can instantiate it and assign it to

[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