[akka-user] Re: Akka cluster with 1 seed node

2015-05-27 Thread Guido Medina
I'm going to say like the Martiens in Sesame street, ohhh, ConductR, yep yep yep. Many many thanks, I'll dig into it. Guido. -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >>

Re: [akka-user] Re: Akka cluster with 1 seed node

2015-05-27 Thread Patrik Nordwall
One way is that in your seed node subscribe to cluster membership changes and write the current set of nodes to a file. When you restart the seed node you construct the list of seed nodes from the file, and include your own address as the first element in the seed-nodes list. Then it will first try

[akka-user] Re: Akka cluster with 1 seed node

2015-05-27 Thread Guido Medina
I probably confused the readers with my long explanation so I'll ask the question straight forward: If I have a cluster with one seed node, how do I make the cluster reconnect to that seed node if I restart it? Is there any resilient configuration I'm not aware of that can make the other nodes t