v.23.5Improvement
Add zookeeper_name Column to system.replicas for Metadata Storage Indication
Add a new column zookeeper_name in system.replicas, to indicate on which (auxiliary) zookeeper cluster the replicated table's metadata is stored. #48549 (cangyin).Why it matters
This feature allows users to identify on which ZooKeeper cluster the metadata of replicated tables resides, especially useful when multiple auxiliary ZooKeeper clusters are used. It enhances transparency and monitoring capabilities for distributed replicated tables.How to use it
Users can query thesystem.replicas table and use the new zookeeper_name column to determine the ZooKeeper cluster associated with each replica's metadata storage. No additional configuration is required to enable this feature.