Hi I look at the messages akka.routing.AddRoutee and akka.routing.RemoveRoutee and was wondering why there isn't any restrictions described when to use these messages. Because I would expect that you should only use these when using a Group. And especially for the Router versions which doesn't support Group (for example BalancingPool<http://doc.akka.io/docs/akka/2.3.2/scala/routing.html#BalancingPool> or SmallestMailboxPool<http://doc.akka.io/docs/akka/2.3.2/scala/routing.html#SmallestMailboxPool> )
Is my assumption correct: not to use these messages on Pool routers? Rob PS it looks like AddRoutee works with the SmallestMailboxPool<http://doc.akka.io/docs/akka/2.3.2/scala/routing.html#SmallestMailboxPool> but of course the BalancingPool<http://doc.akka.io/docs/akka/2.3.2/scala/routing.html#BalancingPool> don't work due to the fact that the new self created Routee doesn't share the same mailbox as the routees created by the pool -- >>>>>>>>>> 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.
