I need to have a UI tool for Apache Zookeeper. Does HUE have connectors to Apache Zookeeper?
Hue 3 used to have the Zookeeper App for this: https://gethue.com/new-zookeeper-browser-app/
But it is not used in Hue 4 currently. The code is still there though: https://github.com/cloudera/hue/tree/master/apps/zookeeper
And it would be nice to just leverage Kazoo as the main lib for interacting with Zookeeper now.