diff --git a/reference/html/index.html b/reference/html/index.html index 0123ba81..81606e5f 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -127,7 +127,12 @@ $(globalSwitch);
The above configuration will result in a map with foo→bar and baz→baz.
The Consul Auto Registration will generate a few entries automatically.
+| Key | +Value | +
|---|---|
'group' |
+Property |
+
'secure' |
+True if property |
+
Property |
+Property |
+
Consul added official support for a meta field that is a Map<String, String>. Spring Cloud Consul has added spring.cloud.consul.discovery.metadata and spring.cloud.consul.discovery.management-metadata properties to support it.
| + + | +
+By default, the ServiceInstance.getMetadata() method from Spring Cloud Commons will continue to populated by parsing the spring.cloud.consul.discovery.tags property for backwards compatibility. To change this behaviour set spring.cloud.consul.discovery.tags-as-metadata=false and the metadata will be populated from spring.cloud.consul.discovery.metadata. In a future version, parsing the tags property will be removed.
+ |
+
The above configuration will result in a map with foo→bar and baz→baz.
The Consul Auto Registration will generate a few entries automatically.
+| Key | +Value | +
|---|---|
'group' |
+Property |
+
'secure' |
+True if property |
+
Property |
+Property |
+
Consul added official support for a meta field that is a Map<String, String>. Spring Cloud Consul has added spring.cloud.consul.discovery.metadata and spring.cloud.consul.discovery.management-metadata properties to support it.
| + + | +
+By default, the ServiceInstance.getMetadata() method from Spring Cloud Commons will continue to populated by parsing the spring.cloud.consul.discovery.tags property for backwards compatibility. To change this behaviour set spring.cloud.consul.discovery.tags-as-metadata=false and the metadata will be populated from spring.cloud.consul.discovery.metadata. In a future version, parsing the tags property will be removed.
+ |
+