ClickHouse/tests/integration/test_storage_iceberg/configs/config.d/cluster.xml
2024-11-18 17:39:46 +00:00

21 lines
552 B
XML

<clickhouse>
<remote_servers>
<cluster_simple>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
<replica>
<host>node3</host>
<port>9000</port>
</replica>
</shard>
</cluster_simple>
</remote_servers>
</clickhouse>