ClickHouse/tests/integration/test_parallel_replicas_failover/configs/remote_servers.xml
2024-04-24 21:13:07 +00:00

23 lines
637 B
XML

<clickhouse>
<remote_servers>
<test_1_shard_3_replicas>
<shard>
<internal_replication>true</internal_replication>
<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>
</test_1_shard_3_replicas>
</remote_servers>
</clickhouse>