Hi - I was wondering if there was an easy way to check if a given zookeeper server has joined an ensemble successfully and how many nodes of the ensemble are alive. Of course I could create a test-node on one of the servers and check the existence on the other ones but wanted to check first if there was another way.
I looked at the client bindings in the python project as well as the ones in the ruby project but didn't see that there really was one. I specifically want to ensure that the servers are communicating with each other and not form "separate" ensembles. Thanks, Florian
