DeemOpen / zkui

A UI dashboard that allows CRUD operations on Zookeeper.
2.36k stars 977 forks source link

add zkRootPath configuration and Search in sub node #54

Open clevertension opened 6 years ago

clevertension commented 6 years ago
  1. add zk root path in config.cfg in some case for example zk as configuration center, we only need to show the value in /config, not /, so provide this configuration will be helpful and save search time

  2. Search enhancement it is not necessary to search from scratch, so we should search from current node, it can save a lot of time