You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/11/05 15:00:44 UTC

[dubbo-go] branch 3.0 updated (bbd2bda -> 1d2647d)

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


    from bbd2bda  Update CHANGELOG.md
     add 1d2647d  [#1559]: adjust the startup process of the configuration center (#1560)

No new revisions were added by this update.

Summary of changes:
 cluster/router/v3router/router_chain.go |   5 +-
 config/config_center_config.go          |  32 ++++-----
 config_center/apollo/impl.go            |   2 +-
 config_center/dynamic_configuration.go  |   8 +--
 config_center/file/impl.go              |   2 +-
 config_center/nacos/impl.go             |   2 +-
 config_center/zookeeper/impl.go         |   6 +-
 config_center/zookeeper/listener.go     |  12 ++--
 remoting/zookeeper/listener.go          | 116 +++++++++++++++++---------------
 9 files changed, 93 insertions(+), 92 deletions(-)