I'm building a text processing application of distributed nature, What i want to do is when new jobs come they should be routed to Worker Actors(on multiple machines). I want to use the Group Routing, and want to register a new Actor when its up(Cluster MemberUp) as a routee in the router config and then route messages to it as well.
-- >>>>>>>>>> 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.
