v.23.10Improvement
Add internal_replication to system.clusters
Addinternal_replicationtosystem.clusters. #55377 (Konstantin Morozov).
Why it matters
This feature helps users identify whether a cluster is configured for internal replication by exposing theinternal_replication flag in the system.clusters table, improving cluster monitoring and management.How to use it
Query thesystem.clusters table to check the internal_replication column value. For example, use SELECT cluster, internal_replication FROM system.clusters; to view replication status of clusters.