ClickHouse/dbms/tests/integration/test_send_request_to_leader_replica/configs/remote_servers.xml

20 lines
558 B
XML
Raw Normal View History

<yandex>
<remote_servers>
<test_cluster>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>node1</host>
<port>9000</port>
<user>awesome</user>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
<user>awesome</user>
</replica>
</shard>
</test_cluster>
</remote_servers>
</yandex>