mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 20:53:27 +00:00
27 lines
951 B
XML
27 lines
951 B
XML
<clickhouse>
|
|
<zookeeper>
|
|
<compressed_protocol>false</compressed_protocol>
|
|
<node index="1">
|
|
<host>node1</host>
|
|
<port>9181</port>
|
|
</node>
|
|
</zookeeper>
|
|
<!-- <zookeeper>-->
|
|
<!-- <!–<zookeeper_load_balancing> random / in_order / nearest_hostname / first_or_random / round_robin </zookeeper_load_balancing>–>-->
|
|
<!-- <zookeeper_load_balancing>random</zookeeper_load_balancing>-->
|
|
<!-- <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>-->
|
|
<!-- <session_timeout_ms>3000</session_timeout_ms>-->
|
|
<!-- </zookeeper>-->
|
|
</clickhouse>
|