Hi everyone, I just submitted a fairly big PR targeted at the ZooInspector contrib project: https://github.com/apache/zookeeper/pull/1796
I'm not sure how many people use ZooInspector or how well maintained it has been, but I have been getting some value out of it and had submitted a couple fixes previously: https://github.com/apache/zookeeper/pull/1551 https://github.com/apache/zookeeper/pull/1601 My biggest remaining issue has been performance. When using it over a network to a remote Zookeeper cluster, especially with many ZNodes, it has been almost unusably slow. In my testing, the changes I just submitted seem to fix a lot of these issues. Since Exhibitor (https://github.com/soabase/exhibitor) hasn't received an update since 2018, I was hoping to put some more effort back into making ZooInspector a bit more widely usable again. I wanted to send a note to this mailing list in case it warranted further discussion since I know it's a substantial change and I haven't been a very frequent contributor up to this point. Thank you! ~Brent