Hi,

It is not possible currently to be a member of multiple clusters, but there
are various ways around this limitation. One is that Heiko mentioned, the
other could be to start up two actor systems locally and have them be
members of different clusters, and communicating with each other via
remoting. This latter is somewhat ugly.

You should consider though if there is a real need for two "physical"
clusters, or you are fine with cluster-roles (they are pretty useful):
http://doc.akka.io/docs/akka/2.3.2/scala/cluster-usage.html#Node_Roles

-Endre


On Fri, May 2, 2014 at 7:38 AM, Heiko Seeberger
<[email protected]>wrote:

> I don't think so, but you could use the Cluster Client to easily talk from
> one cluster (or some Akka system) to the other.
>
> Heiko
>
>
> On Fri, May 2, 2014 at 6:05 AM, tigerfoot <[email protected]> wrote:
>
>> Can a node be configured to belong to multiple (2) Akka clusters at the
>> same time?
>>
>> I want to have one cluster of private back-channel communication and a
>> second (possibly with different/overlapping membership) for
>> public/application-level communication.
>>
>> --
>> >>>>>>>>>> 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 [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at http://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
>
> Heiko Seeberger
> Twitter: @hseeberger
> Blog: blog.heikoseeberger.name
>
> --
> >>>>>>>>>> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Akka Team
Typesafe - The software stack for applications that scale
Blog: letitcrash.com
Twitter: @akkateam

-- 
>>>>>>>>>>      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 [email protected].
To post to this group, send email to [email protected].
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