Re: [akka-user] Re: Cloud Foundry + AKKA Cluster

2016-04-05 Thread Yan Pei
thank you Patrick. On Tuesday, April 5, 2016 at 2:15:53 PM UTC-5, Patrik Nordwall wrote: > > 127.0.0.1 will only work on one machine (localhost). > Read more: > http://doc.akka.io/docs/akka/2.4.3/java/cluster-usage.html#Joining_to_Seed_Nodes > tis 5 apr. 2016 kl. 20:48 skrev Yan Pei

Re: [akka-user] Re: Cloud Foundry + AKKA Cluster

2016-04-05 Thread Patrik Nordwall
127.0.0.1 will only work on one machine (localhost). Read more: http://doc.akka.io/docs/akka/2.4.3/java/cluster-usage.html#Joining_to_Seed_Nodes tis 5 apr. 2016 kl. 20:48 skrev Yan Pei : > Thank you Patrick for the hints. other team set up Cassandra in CF. I will > ask them and

Re: [akka-user] Re: Cloud Foundry + AKKA Cluster

2016-04-05 Thread Yan Pei
Thank you Patrick for the hints. other team set up Cassandra in CF. I will ask them and give update if I get anything useful. Could you please clarify this to me: remote { #log-remote-lifecycle-events = on # if off then they are not logged #log-sent-messages = on # if

Re: [akka-user] Re: Cloud Foundry + AKKA Cluster

2016-04-05 Thread Patrik Nordwall
I have heard that you can run Cassandra in CF. i think you would need a similar solution for Akka seed nodes as how Cassandra contact points are handled in CF. If someone has a better answer or knows how Cassandra in CF works I would also be curious to know. /Patrik tis 5 apr. 2016 kl. 18:12

[akka-user] Re: Cloud Foundry + AKKA Cluster

2016-04-05 Thread Yan Pei
The problem we are facing right now is how to get the IP for node instance running inside CF since the IP is dynamically generated. Another question: is it possible to run Actor instance in difference node? for example: final Config config =