Hi Hakkers,

So I'm using MultiNodeSpec to test some Akka Cluster functionality. 
 Basically I have a consistent hashing router which hashes based on each 
node's Akka system address, and thus the port number is essentially random. 
 Thus from run to run of the test I cannot predict how many messages go to 
a specific node, though the total number of messages across all nodes 
should be constant.

Is there any facility in the testConductor that would allow me to get a 
value from all the running test nodes?   Like if I could send some count 
from the second and third nodes to the test actor of the first node?
Is the test actor (ImplicitSender) addressable through ActorSelection?  I'm 
using 2.3.15.

Otherwise I'd have to hack my router to return consistent hashes every 
time, which does not simulate reality.

thanks,
Evan


-- 
>>>>>>>>>>      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