On Fri, Jan 10, 2014 at 11:38 AM, <[email protected]> wrote: > I have tried running in typesafe activator the sample's from akka repo, > akka-sample-cluster-scala but the problem is that i don't understand how to > use the router stategy other than one's mentioned and how they'll affect > the code ? currently they are using consistent-hashing-group > >
ok, replace that with round-robin-group http://doc.akka.io/docs/akka/2.3-M2/scala/routing.html#RoundRobinPool_and_RoundRobinGroup /Patrik > On Friday, January 10, 2014 3:29:21 PM UTC+5:30, Patrik Nordwall wrote: >> >> >> >> >> On Fri, Jan 10, 2014 at 10:54 AM, <[email protected]> wrote: >> >>> I want to use the cluster aware group router, working in a round robin >>> fashion. >>> I've read the documentation but still confused how to implement this. >>> >> >> What have you tried? What is not working? >> >> http://doc.akka.io/docs/akka/2.3-M2/scala/cluster-usage. >> html#Router_with_Group_of_Routees >> >> /Patrik >> >> >>> >>> The router just sends messages to a routee's and collects output from >>> them, thats it. The routee's are on different nodes(dynamic addition). >>> >>> Thanks in advance >>> >>> -- >>> >>>>>>>>>> Read the docs: http://akka.io/docs/ >>> >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>> >>>>>>>>>> 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/groups/opt_out. >>> >> >> >> >> -- >> >> Patrik Nordwall >> Typesafe <http://typesafe.com/> - Reactive apps on the JVM >> Twitter: @patriknw >> >> -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> 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/groups/opt_out. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
