Re: [akka-user] Cluster Aware Routers and the PoisonPill

2014-07-17 Thread Patrik Nordwall
One difference with cluster aware router (dynamic router) is that will not terminate when all children have terminated. In docs: In the event that all children of a pool router have terminated the router will terminate itself unless it is a dynamic router, e.g. using a resizer. /Patrik > 17 jul

Re: [akka-user] Cluster Aware Routers and the PoisonPill

2014-07-17 Thread Konrad Malawski
Hi Sean, I tried to replicate your problem, but seems to work as expected in my sample app. I've tried with an app like this: https://gist.github.com/ktoso/c7382f3c88159f352b75 Which you can paste in the akka-sample-cluster-scala

[akka-user] Cluster Aware Routers and the PoisonPill

2014-07-13 Thread Sean Policarpio
The documentation at http://doc.akka.io/docs/akka/snapshot/scala/cluster-usage.html doesn't state that the PoisonPill performs differently than the behaviour listed here , so I assumed if I used a