You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by la...@apache.org on 2021/10/07 05:48:53 UTC

[dubbo-go] branch 3.0 updated (ef0cc7e -> 07e6f44)

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

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


    from ef0cc7e  Fix the IsProvider check (#1500)
     add 07e6f44  Fix: solve v3 zk/nacos service disc (#1505)

No new revisions were added by this update.

Summary of changes:
 ...ata_service.go => metadata_service_exporter.go} |  31 ++----
 config/config_loader.go                            |   9 +-
 config/config_resolver.go                          |   1 +
 config/metadata_report_config.go                   |  15 +--
 config/provider_config.go                          |   4 +-
 config/root_config.go                              | 111 +++++++++++++--------
 config/service_config.go                           |  10 +-
 imports/imports.go                                 |   1 +
 metadata/report/delegate/delegate_report.go        |   2 +-
 metadata/service/exporter/configurable/exporter.go |  14 +--
 .../service/exporter/configurable/exporter_test.go |   7 +-
 metadata/service/local/service.go                  |   3 +
 protocol/dubbo3/dubbo3_invoker_test.go             |   1 +
 .../servicediscovery/service_discovery_registry.go |  52 ----------
 14 files changed, 111 insertions(+), 150 deletions(-)
 copy common/extension/{metadata_service.go => metadata_service_exporter.go} (53%)