Hi!
I need to configure BalancingPool to use specific (own implementation)
mailbox type for underlying routees in akka 2.3.x.
I've tried a lot of ways to achieve it:
1. with aim of akka.actor.deployment.<actor-path> section in the
application.conf and pool-dispatcher subsection with
FromConfig.props(...)consturuction in the code
2. by defining BalancingPool(nrOfInstances).props(routeeProps) in the code
* with specified the mailbox for the pool and/or for the routeeProps
* with specified the dispatcher for the pool and/or for the routeeProps
3. all points at http://doc.akka.io/docs/akka/2.3.1/scala/mailboxes.html
"How the Mailbox Type is Selected" section
And there is no wishful results.
In some cases it seems that mailbox (more precisely, produced MessageQueue)
is created for each routee under BalancingPool - it seems to be incorrect
behavior for BalancingPool.
In other cases the specified mailbox is used by router, not routees. The
last ones use default mailbox.
What is correct and working way to configure BalancingPool with specified
mailbox type for routees?
Thanks!
Regargs,
Dmitry
--
>>>>>>>>>> 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.