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 2022/02/01 03:37:44 UTC

[dubbo-go] branch 3.0 updated (3d09243 -> 8041ace)

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 3d09243  graceful pr refine (#1731)
     add 8041ace  Fix:nacos client reuse (#1633)

No new revisions were added by this update.

Summary of changes:
 common/constant/key.go                   |  4 ++++
 common/extension/metadata_remote.go      |  2 +-
 config/config_center_config.go           |  6 ++++++
 config/metadata_report_config.go         | 12 ++++++++++-
 config/registry_config.go                |  8 +++++++
 config/remote_config.go                  |  7 +++++++
 config_center/nacos/client_test.go       | 36 +++++++++++++++++++++++++-------
 config_center/nacos/impl_test.go         | 11 +++++++++-
 metadata/report/nacos/report_test.go     | 18 ++++++++++++++--
 registry/nacos/registry_test.go          | 17 +++++++++++----
 registry/nacos/service_discovery_test.go |  4 +++-
 remoting/nacos/builder.go                | 20 +++++++++++++-----
 remoting/nacos/builder_test.go           |  1 +
 13 files changed, 124 insertions(+), 22 deletions(-)