s281542686 opened a new pull request, #4350:
URL: https://github.com/apache/servicecomb-java-chassis/pull/4350

   Access apollo-client 2.2.0
   Multiple namespaces can be separated by commas (,)
   The configuration key of apollo-client has been mapped to a new 
configuration key. Now you can use the original key or the mapped key
   key mapping relationship is as follows:
   app.id  <==>  apollo.config.serviceName
   apollo.meta <==> apollo.config.meta
   apollo.config-service <==> apollo.config.serverUri
   apollo.cache-dir <==> apollo.config.cache-dir
   env <==> apollo.config.env
   idc <==> apollo.config.clusters
   apollo.cluster <==> apollo.config.clusters
   apollo.property.order.enable <==>apollo.config.property.order.enable
   apollo.access-key.secret <==> apollo.config.access-key.secret
   apollo.property.names.cache.enable <==> 
apollo.config.property.names.cache.enable
   apollo.label <==> apollo.config.label
   apollo.override-system-properties <==> 
apollo.config.override-system-properties
   Now when you change the configuration on Apollo, your application will be 
notified faster and more accurately. Work with ServiceComb to change the 
configuration.
   Note that a namespace of type YAML, Properties, or YML applications can 
resolve to each configuration. If the namespace type is JSON, only the 
first-layer configuration of the JSON file is parsed, and the configured value 
is String.
   Such as
   {
   "a": {
   "b": {
   "c": "Value"
   }
   }
   }
   Will be resolved as "a" <==> "{\"b\":{\"c\":\" value \"}}"
   If the namespace type is xml or txt, it is resolved as "content" <==> 
"Information configured in the namespace".
   The above namespace types are case insensitive.


-- 
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: commits-unsubscr...@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to