ClickHouse/tests/integration/test_parallel_replicas_protocol/configs/remote_servers.xml
Nikita Taranov 818aac02c6 fix
2024-09-18 19:29:00 +01:00

22 lines
625 B
XML

<clickhouse>
<remote_servers>
<parallel_replicas>
<shard>
<internal_replication>false</internal_replication>
<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>