Hello, I'm trying to use Curator to implement a high-availability mechanism whereby a few different systems run Curator's LeaderSelector recipe. If one fails, It's expected that one of the other systems will pick up right where the other left off. These systems are servers, however, and I need to find a way to have a client know which system is the leader at some point. As far as I can tell, the recipe does not provide any classes that allow me to query the current leader for a specific namespace.
Thanks!
