Hi Johannes, There is nothing in the cluster aware routers that makes them select local routees first. That would be a different type of routing logic than the ones that we have currently. There is also the question about how often the router should prefer the local routee, since this can lead to very unbalanced load patterns.
It's always possible to write your own router following the examples here http://doc.akka.io/docs/akka/snapshot/scala/routing.html or propose enhancements to the current routers (preferrably via tickets and pull requests ;) B/ On 29 January 2015 at 09:48:40, Johannes Berg ([email protected]) wrote: Is there some built-in support (Akka 2.3.9) for making cluster aware routers prefer local routees if such are available? There seem to be such a thing for DistributedPubSubMediator.Send but I haven't seen that for cluster aware routers. -- >>>>>>>>>> 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. -- Björn Antonsson Typesafe – Reactive Apps on the JVM twitter: @bantonsson -- >>>>>>>>>> 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.
