Thanks Johan, I see one solution so far. We would have some external Api (for example putting node list into the database table) that would provide us a list of live nodes. Each time when new machine starts it calls something like cluster.join(live nodes). It should be joined by the cluster after that. The node should be added into list each time when new node joins. The node should be removed due to unavailability by the other nodes.
I hope that could be implemented using akka Thank you, Ekaterina -- >>>>>>>>>> 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.
