On Wed, Apr 22, 2015 at 2:13 AM, Moiz Raja <[email protected]> wrote:
> Obvious eh. Sorry couldn't find it in the docs :) > No worries. To see if we needed to fix anything I checked and it is mentioned <http://doc.akka.io/docs/akka/2.3.9/scala/cluster-usage.html#Subscribe_to_Cluster_Events> . /Patrik > > Thanks. > > On Tuesday, 21 April 2015 07:06:41 UTC-7, Patrik Nordwall wrote: >> >> >> >> On Mon, Apr 20, 2015 at 5:51 PM, Moiz Raja <[email protected]> wrote: >> >>> Hi, >>> >>> When the failure detector detects that a member is not reachable it >>> sends the MemberUnreachable event to the listeners. I see that there is no >>> corresponding MemberReachable event. >>> >> >> UnreachableMember and ReachableMember? >> >> https://github.com/akka/akka/blob/release-2.3-dev/akka-cluster/src/main/scala/akka/cluster/ClusterEvent.scala#L188 >> >> /Patrik >> >>> >>> If I have an actor that needs to do something useful on detecting the >>> reachability of a member what should I look for to determine if a member >>> has become reachable now? >>> >>> -Moiz >>> >>> -- >>> >>>>>>>>>> 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. >>> >> >> >> >> -- >> >> Patrik Nordwall >> Typesafe <http://typesafe.com/> - Reactive apps on the JVM >> Twitter: @patriknw >> >> -- > >>>>>>>>>> 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. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> 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.
