ClickHouse/tests/integration/test_zookeeper_config/configs/remote_servers.xml

24 lines
551 B
XML
Raw Normal View History

<clickhouse>
2017-08-30 16:25:34 +00:00
<remote_servers>
<test_cluster>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
2021-05-21 13:29:43 +00:00
<replica>
<host>node3</host>
<port>9000</port>
</replica>
2017-08-30 16:25:34 +00:00
</shard>
</test_cluster>
</remote_servers>
</clickhouse>