<!-- 连接超时时间-->
<config name="connectTimeout" value="3000"/>
<!-- 重连超时时间-->
<config name="reconnectTimeout" value="1000"/>
<!-- 重连次数-->
<config name="reconnectCount" value="3"/>
</zookeeper>
</zookeepers>
|
||
1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|