Hi Brice, There is no easy way to look up a ClusterSharding entry to be able to watch it, so I would instead have the ClusterSharding entry send liveness information to the monitoring solution. You can even do specail handling of your of Passivate payload message in the entry actor, to signal the monitoring solution that it is passivating.
B/ On 29 January 2015 at 11:14:35, Brice Figureau ([email protected]) wrote: Hi, Is it possible to watch a specific ClusterSharding entry? I just want for some actors to be notified when a given entry starts to Passivate. It's mainly to keep a record of what entries are running at one time for monitoring purposes. Thanks! -- Brice Figureau My Blog: http://www.masterzen.fr/ -- >>>>>>>>>> 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. -- Björn Antonsson Typesafe – Reactive Apps on the JVM twitter: @bantonsson -- >>>>>>>>>> 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.
