On Thu, Sep 11, 2014 at 01:35:23AM +0530, Piyush Mishra wrote:
> you can write own notification code like email in MemberRemoved event
>
> val Cluster = Cluster(context.system)
> Cluster.subscribe(self, classOf[MemberRemoved])
>
>
> case MemberRemoved(member, _) =>
> logger.info("Member is Removed: {}", member.address)
> // email notification serviceYes, that works perfectly if I need to monitor that the node A is removed from the cluster, and get this notification on the nodes B and C. However I would like to have some notification on node A, that it *had tried to re-join the cluster*, but it was rejected. I haven't found anything about such type of messages in the documentation, that's why I'm asking here :( Thanks! -- Eugene N Dzhurinsky
pgpG_26MLllgi.pgp
Description: PGP signature
