Re: [akka-user] Cluster router example questions

2015-10-05 Thread lapming.lee
Thanks! I finally understand pool routers! : ) On Monday, October 5, 2015 at 3:02:01 PM UTC+8, Patrik Nordwall wrote: > > > > On Tue, Sep 29, 2015 at 3:36 PM, lapming.lee > wrote: > >> I am looking at the example given by akka ( >> http://doc.akka.io/docs/akka/snapshot/scala/cluster-usage.html

Re: [akka-user] Cluster router example questions

2015-10-05 Thread Patrik Nordwall
On Tue, Sep 29, 2015 at 3:36 PM, lapming.lee wrote: > I am looking at the example given by akka ( > http://doc.akka.io/docs/akka/snapshot/scala/cluster-usage.html#Cluster_Aware_Routers > ) > > I have a 1 question for each group and pool router on how it routes its > messages. It is in regards to

[akka-user] Cluster router example questions

2015-09-29 Thread lapming.lee
I am looking at the example given by akka ( http://doc.akka.io/docs/akka/snapshot/scala/cluster-usage.html#Cluster_Aware_Routers ) I have a 1 question for each group and pool router on how it routes its messages. It is in regards to how messages are passed from router to routee. *Group router*