You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|spring.cloud.consul.config.name | | Alternative to spring.application.name to use in looking up values in consul KV.
11
11
|spring.cloud.consul.config.prefix | |
12
12
|spring.cloud.consul.config.prefixes | |
@@ -17,7 +17,7 @@
17
17
|spring.cloud.consul.discovery.acl-token | |
18
18
|spring.cloud.consul.discovery.catalog-services-watch-delay | `+++1000+++` | The delay between calls to watch consul catalog in millis, default is 1000.
19
19
|spring.cloud.consul.discovery.catalog-services-watch-timeout | `+++2+++` | The number of seconds to block while watching consul catalog, default is 2.
20
-
|spring.cloud.consul.discovery.consistency-mode | | Consistency mode for health service request.
20
+
|spring.cloud.consul.discovery.consistency-mode | `+++default+++` | Consistency mode for health service request.
21
21
|spring.cloud.consul.discovery.datacenters | | Map of serviceId's -> datacenter to query for in server list. This allows looking up services in another datacenters.
22
22
|spring.cloud.consul.discovery.default-query-tag | | Tag to query for in service list if one is not listed in serverListQueryTags. Multiple tags can be specified with a comma separated value.
23
23
|spring.cloud.consul.discovery.default-zone-metadata-name | `+++zone+++` | Service instance zone comes from metadata. This allows changing the metadata tag name.
0 commit comments