v.25.6Improvement
Allow getting auxiliary_zookeepers data from system
Resolve #75817: allow gettingauxiliary_zookeepersdata fromsystem.zookeepertable. #80146 (Nikolay Govorov).
Why it matters
This feature enables users to access detailedauxiliary_zookeepers data directly via the system.zookeeper table, providing enhanced visibility into auxiliary ZooKeeper instances connected to ClickHouse. It helps in better monitoring and managing distributed coordination components.How to use it
Query thesystem.zookeeper table to obtain auxiliary_zookeepers information as part of the table's available data. For example:SELECT auxiliary_zookeepers FROM system.zookeeper;