here is the 
code 
https://github.com/akka/akka/blob/master/akka-cluster-tools/src/main/scala/akka/cluster/client/ClusterClient.scala#L523
 
https://github.com/akka/akka/blob/master/akka-cluster-tools/src/main/scala/akka/cluster/client/ClusterClient.scala#L612
I don't see why it is necessary to wrap the client in a tunnel actor other 
than setting a timeout. How does the tunnel protect the client?
whats wrong with pubSubMediator.tell(msg, sender())

Am Donnerstag, 9. Juli 2015 19:23:15 UTC+2 schrieb john....@gmail.com:
>
> In http://doc.akka.io/docs/akka/2.3.0/contrib/cluster-client.html there 
> is following sentence:
>
> "Response messages from the destination actor are tunneled via the 
> receptionist to avoid inbound connections from other cluster nodes to the 
> client"
>
> Could somebody explain why this is necessary? I am struggling with the 
> phrase "avoid inbound connections"....
>

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to