|
1 | 1 | |=== |
2 | 2 | |Name | Default | Description |
3 | 3 |
|
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. |
5 | 5 | |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. |
10 | 10 | |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. |
14 | 14 | |spring.cloud.zookeeper.connection-timeout | | The configured connection timeout in milliseconds. |
15 | 15 | |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. |
16 | 16 | |spring.cloud.zookeeper.dependency-configurations | | |
17 | 17 | |spring.cloud.zookeeper.dependency-names | | |
18 | | -|spring.cloud.zookeeper.discovery.enabled | `true` | |
| 18 | +|spring.cloud.zookeeper.discovery.enabled | `+++true+++` | |
19 | 19 | |spring.cloud.zookeeper.discovery.initial-status | | The initial status of this instance (defaults to {@link StatusConstants#STATUS_UP}). |
20 | 20 | |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. |
21 | 21 | |spring.cloud.zookeeper.discovery.instance-id | | Id used to register with zookeeper. Defaults to a random UUID. |
22 | 22 | |spring.cloud.zookeeper.discovery.instance-port | | Port to register the service under (defaults to listening port). |
23 | 23 | |spring.cloud.zookeeper.discovery.instance-ssl-port | | Ssl port of the registered service. |
24 | 24 | |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. |
32 | 32 | |spring.cloud.zookeeper.prefix | | Common prefix that will be applied to all Zookeeper dependencies' paths. |
33 | 33 | |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> |
34 | 34 |
|
|
0 commit comments