Skip to content

Commit 6207923

Browse files
committed
Bumping versions
1 parent 3ce7e56 commit 6207923

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/src/main/asciidoc/_configprops.adoc

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
|===
22
|Name | Default | Description
33

4-
|spring.cloud.zookeeper.base-sleep-time-ms | `50` | Initial amount of time to wait between retries.
4+
|spring.cloud.zookeeper.base-sleep-time-ms | `+++50+++` | Initial amount of time to wait between retries.
55
|spring.cloud.zookeeper.block-until-connected-unit | | The unit of time related to blocking on connection to Zookeeper.
6-
|spring.cloud.zookeeper.block-until-connected-wait | `10` | Wait time to block on connection to Zookeeper.
7-
|spring.cloud.zookeeper.config.default-context | `application` | The name of the default context.
8-
|spring.cloud.zookeeper.config.enabled | `true` |
9-
|spring.cloud.zookeeper.config.fail-fast | `true` | Throw exceptions during config lookup if true, otherwise, log warnings.
6+
|spring.cloud.zookeeper.block-until-connected-wait | `+++10+++` | Wait time to block on connection to Zookeeper.
7+
|spring.cloud.zookeeper.config.default-context | `+++application+++` | The name of the default context.
8+
|spring.cloud.zookeeper.config.enabled | `+++true+++` |
9+
|spring.cloud.zookeeper.config.fail-fast | `+++true+++` | Throw exceptions during config lookup if true, otherwise, log warnings.
1010
|spring.cloud.zookeeper.config.name | | Alternative to spring.application.name to use in looking up values in zookeeper.
11-
|spring.cloud.zookeeper.config.profile-separator | `,` | Separator for profile appended to the application name.
12-
|spring.cloud.zookeeper.config.root | `config` | Root folder where the configuration for Zookeeper is kept.
13-
|spring.cloud.zookeeper.connect-string | `localhost:2181` | Connection string to the Zookeeper cluster.
11+
|spring.cloud.zookeeper.config.profile-separator | `+++,+++` | Separator for profile appended to the application name.
12+
|spring.cloud.zookeeper.config.root | `+++config+++` | Root folder where the configuration for Zookeeper is kept.
13+
|spring.cloud.zookeeper.connect-string | `+++localhost:2181+++` | Connection string to the Zookeeper cluster.
1414
|spring.cloud.zookeeper.connection-timeout | | The configured connection timeout in milliseconds.
1515
|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.
1616
|spring.cloud.zookeeper.dependency-configurations | |
1717
|spring.cloud.zookeeper.dependency-names | |
18-
|spring.cloud.zookeeper.discovery.enabled | `true` |
18+
|spring.cloud.zookeeper.discovery.enabled | `+++true+++` |
1919
|spring.cloud.zookeeper.discovery.initial-status | | The initial status of this instance (defaults to {@link StatusConstants#STATUS_UP}).
2020
|spring.cloud.zookeeper.discovery.instance-host | | Predefined host with which a service can register itself in Zookeeper. Corresponds to the {code address} from the URI spec.
2121
|spring.cloud.zookeeper.discovery.instance-id | | Id used to register with zookeeper. Defaults to a random UUID.
2222
|spring.cloud.zookeeper.discovery.instance-port | | Port to register the service under (defaults to listening port).
2323
|spring.cloud.zookeeper.discovery.instance-ssl-port | | Ssl port of the registered service.
2424
|spring.cloud.zookeeper.discovery.metadata | | Gets the metadata name/value pairs associated with this instance. This information is sent to zookeeper and can be used by other instances.
25-
|spring.cloud.zookeeper.discovery.order | `0` | Order of the discovery client used by `CompositeDiscoveryClient` for sorting available clients.
26-
|spring.cloud.zookeeper.discovery.register | `true` | Register as a service in zookeeper.
27-
|spring.cloud.zookeeper.discovery.root | `/services` | Root Zookeeper folder in which all instances are registered.
28-
|spring.cloud.zookeeper.discovery.uri-spec | `{scheme}://{address}:{port}` | The URI specification to resolve during service registration in Zookeeper.
29-
|spring.cloud.zookeeper.enabled | `true` | Is Zookeeper enabled.
30-
|spring.cloud.zookeeper.max-retries | `10` | Max number of times to retry.
31-
|spring.cloud.zookeeper.max-sleep-ms | `500` | Max time in ms to sleep on each retry.
25+
|spring.cloud.zookeeper.discovery.order | `+++0+++` | Order of the discovery client used by `CompositeDiscoveryClient` for sorting available clients.
26+
|spring.cloud.zookeeper.discovery.register | `+++true+++` | Register as a service in zookeeper.
27+
|spring.cloud.zookeeper.discovery.root | `+++/services+++` | Root Zookeeper folder in which all instances are registered.
28+
|spring.cloud.zookeeper.discovery.uri-spec | `+++{scheme}://{address}:{port}+++` | The URI specification to resolve during service registration in Zookeeper.
29+
|spring.cloud.zookeeper.enabled | `+++true+++` | Is Zookeeper enabled.
30+
|spring.cloud.zookeeper.max-retries | `+++10+++` | Max number of times to retry.
31+
|spring.cloud.zookeeper.max-sleep-ms | `+++500+++` | Max time in ms to sleep on each retry.
3232
|spring.cloud.zookeeper.prefix | | Common prefix that will be applied to all Zookeeper dependencies' paths.
3333
|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>
3434

0 commit comments

Comments
 (0)