v.20.11Improvement
Add Reconnects to zookeeper-dump-tree Tool
Add reconnects to zookeeper-dump-tree tool. #15711 (alexey-milovidov).Why it matters
This feature addresses connection interruptions that may occur while usingzookeeper-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 thezookeeper-dump-tree tool as before; the reconnect logic is now built-in and works automatically without any additional configuration.