ClickHouse/dbms/tests/integration/test_zookeeper_config/configs/remote_servers.xml
2017-08-30 21:30:57 +03:00

18 lines
411 B
XML

<yandex>
<remote_servers>
<test_cluster>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</test_cluster>
</remote_servers>
</yandex>