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/26 04:12:51 UTC

[dubbo-go] branch 3.0 updated (fe19465 -> 938e7bf)

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 fe19465  fix: fix service group and version key (#1612)
     add 938e7bf  local mode, metadata mapping is reported using registration information (#1611)

No new revisions were added by this update.

Summary of changes:
 config/config_loader.go                            |  2 +-
 ...adata_report.go => registry_metadata_report.go} | 42 +++++++-------
 config/instance/registry_metadata_report_test.go   | 64 ++++++++++++++++++++++
 config/metadata_report_config.go                   |  1 +
 config/registry_config.go                          | 35 +++++++++++-
 config/service_config.go                           |  8 ++-
 metadata/mapping/metadata/service_name_mapping.go  | 18 +++++-
 metadata/report/etcd/report.go                     |  2 +-
 metadata/report/nacos/report.go                    |  1 +
 metadata/report/zookeeper/report.go                |  5 +-
 10 files changed, 146 insertions(+), 32 deletions(-)
 copy config/instance/{metadata_report.go => registry_metadata_report.go} (56%)
 create mode 100644 config/instance/registry_metadata_report_test.go