elkozmon / zoonavigator

Web-based ZooKeeper UI / editor / browser
https://zoonavigator.elkozmon.com
GNU Affero General Public License v3.0
506 stars 72 forks source link

Connection to remove Zookeeper? #12

Closed shrinandj closed 6 years ago

shrinandj commented 6 years ago

Can you provide some details about how to connect with a Zookeeper instance running on a different machine? Typically this should take a Zookeeper hostname or IP and zookeeper port (2181?) as arguments. But I couldn't find any way of specifying that.

I'm trying to run this on Kubernetes. I can contribute some documentation about how I was able to do it if the above is possible.

elkozmon commented 6 years ago

Hi!

Yes, you take the ZooKeepers connection string (comma-separated host:port instances) and enter that in the connect forms input labeled as Connection string and click Connect.

There is a requirement though: ZooKeeper has to be accessible from ZooNavigator API instance using that connection string you provide. So the connection string depends on your networking between the ZooNavigator API and ZooKeeper servers.