Hello, I'm developing an Cluster with two node types, dispatchers and workers. I want use worker nodes in a pool configuration but I have some questions. 1 - The dispatcher nodes always need subscribe to Cluster Member Events to detect new worker nodes? Or is there another way to define how lookup routees actors on dispatcher nodes? I guess define a lookup router in dispatcher nodes and transparently access new worker nodes without manager nodes up / down events 2 - I need always use ClusterSingleton on dispatcher nodes to access actores on worker nodes? 3 - The docs explain the difference between group and pool routers seems a bit confusing. Groups routers an access routees of any node specified by routees.path and pool nodes only access routees of owner node? Or am I confusing the concept? Thanks
-- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
