[
https://issues.apache.org/jira/browse/SCB-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16460442#comment-16460442
]
ASF GitHub Bot commented on SCB-526:
------------------------------------
coveralls commented on issue #681: [SCB-526]fetch once from dynamic config
source when boot up
URL:
https://github.com/apache/incubator-servicecomb-java-chassis/pull/681#issuecomment-384897975
[](https://coveralls.io/builds/16789299)
Coverage decreased (-0.005%) to 87.385% when pulling
**ef7918a75158ae1ad3e49a3e53f0fb91879b712d on liubao68:newbranch** into
**20ff37b489819a05e913ec4aeb50c376bf56bb8b on apache:master**.
----------------------------------------------------------------
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]
> When creating dynamic configuration, we need to fetch once for the
> configuration when startup
> ---------------------------------------------------------------------------------------------
>
> Key: SCB-526
> URL: https://issues.apache.org/jira/browse/SCB-526
> Project: Apache ServiceComb
> Issue Type: Improvement
> Reporter: liubao
> Assignee: liubao
> Priority: Major
>
> Currently, dynamic config is fetched asynchronously, and when users use
> dynamic configuration for following scenario will fail:
> # make some environment, e.g. credentials
> # spring @Value mechanism
> and so on.
>
> When users put these configurations to some dynamic configuration server,
> they can assume server is running OK, and if try to fetch will give the
> correct response.
>
> So it's very useful to fetch configurations once when boot up.
>
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)