I have a Akka project utilizing the cluster client.  I've found that 
"ask"ing the ClusterReceptionist a large volume (100's) of questions 
creates a large number of ClientResponseTunnel actors as children of the 
ClusterReceptionist.  Although the actor associated with the 
ClusterReceptionist can be configured to use a custom dispatcher I haven't 
figured out how to get the instances of ClientResponseTunnel off of the 
default dispatcher.  The result is that the default dispatcher gets flooded 
with requests.  Has anyone found a way of addressing this issue?  Maybe 
Akka should have configuration options to address this?

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to