v.20.11Improvement

Add Reconnects to zookeeper-dump-tree Tool

Add reconnects to zookeeper-dump-tree tool. #15711 (alexey-milovidov).
Enhances the zookeeper-dump-tree tool by adding automatic reconnects to ZooKeeper during its operation.

Why it matters

This feature addresses connection interruptions that may occur while using zookeeper-dump-tree, ensuring more reliable and uninterrupted retrieval of ZooKeeper node data. It improves the tool's robustness and user experience when working with unstable ZooKeeper connections.

How to use it

Users simply run the zookeeper-dump-tree tool as before; the reconnect logic is now built-in and works automatically without any additional configuration.