application is the default ActorSystem name in Play. You can join programatically
val cluster = Cluster(system) cluster.join(cluster.selfAddress) /Patrik sön 12 juni 2016 kl. 20:20 skrev kraythe <[email protected]>: > cluster { >> // FIXME cant use static seed nodes config! >> seed-nodes = [ >> *"akka.tcp://application@**w.x.y.z* >> *:2551"* "akka.tcp://application@localhost:2551" >> ] >> >> > So the first line for the seed nodes works but the second doesn't. The > problem is that IPs of our machines are variable depending upon the DNS of > our vpn. Is there any way around this in config? If I was in java i could > get the address of the machine directly. Once I get it connecting it > starts bitching about levledb but that is at least progress. I am wondering > where the name "application" came from rather than "ClusterSystem". Any > ideas ? > > > -- > >>>>>>>>>> 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 https://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
