jeho0815 commented on a change in pull request #745: [SCB-636] change config
mapping machanism
URL:
https://github.com/apache/incubator-servicecomb-java-chassis/pull/745#discussion_r193359107
##########
File path:
foundations/foundation-config/src/main/java/org/apache/servicecomb/config/ConfigUtil.java
##########
@@ -181,6 +183,14 @@ private static void
duplicateServiceCombConfigToCse(ConcurrentCompositeConfigura
compositeConfiguration.addConfiguration(source, sourceName);
}
+ private static void
duplicateServiceCombConfigToCseAtFront(ConcurrentCompositeConfiguration
compositeConfiguration,
+ AbstractConfiguration source,
+ String sourceName) {
+ duplicateServiceCombConfigToCse(source);
Review comment:
mapping
ENV: servicecomb.abc
we can use cse.abc to get the value
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services