ClickHouse/tests/integration/test_backward_compatibility/configs/clusters.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
558 B
XML
Raw Normal View History

2024-08-15 17:14:07 +00:00
<clickhouse>
<remote_servers>
<parallel_replicas>
<shard>
<replica>
<host>node0</host>
<port>9000</port>
</replica>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</parallel_replicas>
</remote_servers>
</clickhouse>