develpoerX commented on a change in pull request #2691:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/2691#discussion_r790437144
##########
File path:
clients/config-center-client/src/main/java/org/apache/servicecomb/config/center/client/ConfigCenterClient.java
##########
@@ -65,8 +65,9 @@ public QueryConfigurationsResponse
queryConfigurations(QueryConfigurationsReques
Map<String, Object> configurations = new HashMap<>();
String uri = null;
+ String currentAddress = addressManager.address();
try {
- uri = addressManager.address() + "/configuration/items?dimensionsInfo="
+ uri = currentAddress + "/configuration/items?dimensionsInfo="
Review comment:
done
--
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]