liubao68 commented on a change in pull request #2691:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/2691#discussion_r790359638
##########
File path:
foundations/foundation-registry/src/main/java/org/apache/servicecomb/registry/api/registry/MicroserviceInstance.java
##########
@@ -212,17 +212,17 @@ public static MicroserviceInstance
createFromDefinition(Configuration configurat
}
private static void loadDataCenterInfo(MicroserviceInstance
microserviceInstance) {
- String dataCenterName = DynamicPropertyFactory.getInstance()
- .getStringProperty("servicecomb.datacenter.name", null)
+ String availableZone = DynamicPropertyFactory.getInstance()
Review comment:
Why modify this method ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]