Re: [akka-user] ClusterClient and getting response from cluster

2014-06-02 Thread Patrik Nordwall
On Sat, May 31, 2014 at 4:56 AM, Eugene Dzhurinsky jdeve...@gmail.com wrote: Hello! I have a cluster with set of FSM actors deployed there. I also have a *ClusterClient* configured to send a message to the dedicated actor service, which then processes the passed data and now it has to

Re: [akka-user] ClusterClient and getting response from cluster

2014-05-30 Thread Eugene Dzhurinsky
Well, I found that if I include the reference to the sender actor into the message itself - then it seems to be correctly resolved to external form akka.tcp://HttpCluster@127.0.0.1:53467/system/testActor1#1703301548 So the sender actor gets it's message if it's sent directly to the sender from