This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch dev-metadata
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git.
from a5695af Fix problem when rule need to run at runtime.
new ca057cb Refactor dynamic config, 1. Extract common method to
AbstractDynamicConfiguration 2. Unify strategy when config server cannot be
reached at startup: start using local snapshot and try to connect in background.
new 507f5bf Update config connecting status when ZK connection changes.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../dynamic/AbstractDynamicConfiguration.java | 35 ++++++++++++++-----
.../dubbo/config/dynamic/DynamicConfiguration.java | 4 +--
.../support/apollo/ApolloDynamicConfiguration.java | 34 ++++++++++--------
.../archaius/ArchaiusDynamicConfiguration.java | 40 +++++++++-------------
.../sources/ZooKeeperConfigurationSource.java | 27 +++++++++++----
5 files changed, 87 insertions(+), 53 deletions(-)