v.25.4New Feature
Bind Host In Clusters Configuration
Add bind_host setting in the clusters configuration so that ClickHouse can use a specific network for distributed connections. #74741 (Todd Yocum).Why it matters
This feature allows users to control which network interface ClickHouse uses for distributed queries when connecting to cluster nodes. It helps solve networking issues in multi-homed environments where multiple network interfaces are present, ensuring more reliable and secure distributed communication.How to use it
In the cluster configuration XML, add thebind_host setting inside the cluster's shard or replica definition to specify the local IP address or network interface ClickHouse should bind for outgoing distributed connections.