From a4b986b38fe35db2a009c7955760d6c2c1baee05 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 28 May 2020 18:36:32 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/appendix.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/reference/html/appendix.html b/reference/html/appendix.html index 55990755..8cd9c10c 100644 --- a/reference/html/appendix.html +++ b/reference/html/appendix.html @@ -160,7 +160,7 @@ Also, you can define your own properties.

spring.cloud.zookeeper.block-until-connected-unit

-

null

+

The unit of time related to blocking on connection to Zookeeper.

@@ -175,22 +175,22 @@ Also, you can define your own properties.

spring.cloud.zookeeper.connection-timeout

-

null

+

The configured connection timeout in milliseconds.

spring.cloud.zookeeper.dependencies

-

null

+

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

spring.cloud.zookeeper.dependency-configurations

-

null

+

null

spring.cloud.zookeeper.dependency-names

-

null

+

null

@@ -200,32 +200,32 @@ Also, you can define your own properties.

spring.cloud.zookeeper.discovery.initial-status

-

null

+

The initial status of this instance (defaults to {@link StatusConstants#STATUS_UP}).

spring.cloud.zookeeper.discovery.instance-host

-

null

+

Predefined host with which a service can register itself in Zookeeper. Corresponds to the {code address} from the URI spec.

spring.cloud.zookeeper.discovery.instance-id

-

null

+

Id used to register with zookeeper. Defaults to a random UUID.

spring.cloud.zookeeper.discovery.instance-port

-

null

+

Port to register the service under (defaults to listening port).

spring.cloud.zookeeper.discovery.instance-ssl-port

-

null

+

Ssl port of the registered service.

spring.cloud.zookeeper.discovery.metadata

-

null

+

Gets the metadata name/value pairs associated with this instance. This information is sent to zookeeper and can be used by other instances.

@@ -270,7 +270,7 @@ Also, you can define your own properties.

spring.cloud.zookeeper.session-timeout

-

null

+

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>