Re: [akka-user] How to find Oldest node in Akka Cluster Singleton

2016-07-05 Thread Patrik Nordwall
You have to restart the ActorSystem (or JVM) tis 5 juli 2016 kl. 12:51 skrev Madabhattula Rajesh Kumar < mrajaf...@gmail.com>: > Thank you Patrik for the details. I am using isOlderThan method. It is > working. > > I have an another query :- > >- How to restart the cluster? Do we have a API

Re: [akka-user] How to find Oldest node in Akka Cluster Singleton

2016-07-05 Thread Madabhattula Rajesh Kumar
Thank you Patrik for the details. I am using isOlderThan method. It is working. I have an another query :- - How to restart the cluster? Do we have a API for that? Regards, Rajesh On Monday, July 4, 2016 at 12:08:38 PM UTC+5:30, Patrik Nordwall wrote: > > Normally you would use the

Re: [akka-user] How to find Oldest node in Akka Cluster Singleton

2016-07-04 Thread Patrik Nordwall
Normally you would use the ClusterSingletonProxy, but if you want to subscribe to the membership events and sort them you can use Member. ageOrdering or isOlderThan

[akka-user] How to find Oldest node in Akka Cluster Singleton

2016-07-02 Thread Madabhattula Rajesh Kumar
Hi, In akka cluster singleton how to find "Oldest" node details. Regards, Rajesh -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives: