ClickHouse/tests/config/config.d/zookeeper.xml

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

11 lines
371 B
XML
Raw Normal View History

<clickhouse>
<zookeeper>
2021-10-18 10:53:42 +00:00
<!--<zookeeper_load_balancing>random / in_order / nearest_hostname / first_or_random / round_robin</zookeeper_load_balancing>-->
<zookeeper_load_balancing>random</zookeeper_load_balancing>
2020-11-11 14:00:28 +00:00
<node index="1">
<host>localhost</host>
<port>9181</port>
</node>
</zookeeper>
</clickhouse>