Merge remote-tracking branch 'origin/3.0.x' into 3.1.x

This commit is contained in:
Olga MaciaszekSharma
2022-01-11 14:32:08 +01:00

View File

@@ -355,7 +355,7 @@ the ability to refresh Eureka clients. To do this set `eureka.client.refresh.en
We offer support for the Spring Cloud LoadBalancer `ZonePreferenceServiceInstanceListSupplier`.
The `zone` value from the Eureka instance metadata (`eureka.instance.metadataMap.zone`) is used for setting the
value of `spring-clod-loadbalancer-zone` property that is used to filter service instances by zone.
value of `spring-cloud-loadbalancer-zone` property that is used to filter service instances by zone.
If that is missing and if the `spring.cloud.loadbalancer.eureka.approximateZoneFromHostname` flag is set to `true`,
it can use the domain name from the server hostname as a proxy for the zone.