I am trying to figure out if is possible to configure Akka to run x number of local and y number of remote instances of the same actor (basically combination of scale up and scale out approaches). The documentation is clear about how to configure local and remote actors, but I couldn't find anything about combining them. Initially I am planning to use default round robin router without regard to the performance, but later on I will need to create my own custom router with the bios toward the local instances of an actor. Right now though I am stuck at the simple task of configuring my actors.
-- >>>>>>>>>> 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.
