From 99caba2bed4f7ab22accba743e547950863c9f23 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 21 Apr 2020 18:37:10 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/appendix.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/reference/html/appendix.html b/reference/html/appendix.html index 33326b34..dc9da25b 100644 --- a/reference/html/appendix.html +++ b/reference/html/appendix.html @@ -174,6 +174,11 @@ Also, you can define your own properties.

Connection string to the Zookeeper cluster.

+

spring.cloud.zookeeper.connection-timeout

+ +

The configured connection timeout in milliseconds.

+ +

spring.cloud.zookeeper.dependencies

Mapping of alias to ZookeeperDependency. From LoadBalancer perspective the alias is actually serviceID since SC LoadBalancer can’t accept nested structures in serviceID.

@@ -263,6 +268,11 @@ Also, you can define your own properties.

Common prefix that will be applied to all Zookeeper dependencies' paths.

+ +

spring.cloud.zookeeper.session-timeout

+ +

The configured/negotiated session timeout in milliseconds. Please refer to <a href='https://cwiki.apache.org/confluence/display/CURATOR/TN14'>Curator’s Tech Note 14</a> to understand how Curator implements connection sessions. @see <a href='https://cwiki.apache.org/confluence/display/CURATOR/TN14'>Curator’s Tech Note 14</a>

+