Re: [akka-user] Re: Some questions about clustering

2014-05-22 Thread Martynas Mickevičius
I meant to say that ClusterClient is only one way. You can use Send/SendToAll/Publish to talk to the cluster from the outside. However ClusterClient is not suitable when trying to talk to outside from within the cluster. On Wed, May 21, 2014 at 5:56 PM, Luis Medina lu4...@gmail.com wrote:

Re: [akka-user] Re: Some questions about clustering

2014-05-21 Thread Martynas Mickevičius
Hi Luis, On Tue, May 20, 2014 at 2:58 AM, Luis Medina lu4...@gmail.com wrote: Thank you for the help Martynas. Got a couple of follow-up questions: Cluster singleton is always created on the oldest node in the cluster with a specified role if any. This implies that there could a resource

Re: [akka-user] Re: Some questions about clustering

2014-05-21 Thread Luis Medina
Thank you Martynas. 6. Is it possible to use a ClusterClient together with distributed PubSub to subscribe to a particular topic from an actor that is outside of the cluster? This is not currently supported. As a side node, it could be used the other way around. In fact

[akka-user] Re: Some questions about clustering

2014-05-19 Thread Luis Medina
Thank you for the help Martynas. Got a couple of follow-up questions: Cluster singleton is always created on the oldest node in the cluster with a specified role if any. This implies that there could a resource bottleneck on the oldest node. 1. Is there any way to define a different

[akka-user] Re: Some questions about clustering

2014-05-19 Thread Luis Medina
Thank you for the help Martynas. Got a couple of follow-up questions: Cluster singleton is always created on the oldest node in the cluster with a specified role if any. This implies that there could a resource bottleneck on the oldest node. 1. Is there any way to define a different