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.
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>