ClickHouse/tests/integration/test_storage_s3_queue/configs/zookeeper.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
752 B
XML
Raw Normal View History

2023-09-08 13:49:34 +00:00
<clickhouse>
<zookeeper>
<node index="1">
<host>zoo1</host>
<port>2181</port>
</node>
<node index="2">
<host>zoo2</host>
<port>2181</port>
</node>
<node index="3">
<host>zoo3</host>
<port>2181</port>
</node>
</zookeeper>
2024-05-15 11:41:23 +00:00
<remote_servers>
<default>
<shard>
<replica>
<host>instance</host>
<port>9000</port>
</replica>
<replica>
<host>instance2</host>
<port>9000</port>
</replica>
</shard>
</default>
</remote_servers>
2023-09-08 13:49:34 +00:00
</clickhouse>