You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by zh...@apache.org on 2021/08/15 13:41:04 UTC

[dubbo-go] branch config-enhance updated (9cc1dad -> 5f050e2)

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

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


    from 9cc1dad  Merge pull request #1369 from zhaoyunxing92/config-enhance
     new 9844b0b  fix: metadata report config
     new d5d1554  fix: fix conflict
     new 4b6cec3  fix: fix conflict
     new 2b4c477  Merge pull request #2 from LaurenceLiZhixin/config-enhance
     new 3add3b6  up:更新配置
     new 5f050e2  Merge pull request #1379 from zhaoyunxing92/config-enhance

The 7991 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:
 common/constant/default.go                         |   1 +
 common/constant/env.go                             |  12 +-
 common/constant/key.go                             |  28 +--
 common/extension/service_discovery.go              |   8 +-
 common/url.go                                      |   2 +-
 config/application_config.go                       |   2 +-
 config/config_center_config.go                     |  14 --
 config/config_loader.go                            | 176 +++++++++----------
 config/config_loader_options.go                    |   8 +-
 config/consumer_config.go                          |  51 ++----
 config/interfaces/config.go                        |   2 +-
 config/metadata_report_config.go                   | 111 ++++++------
 config/method_config.go                            |  14 +-
 config/protocol_config.go                          |  45 ++++-
 config/provider_config.go                          |  37 ++--
 config/reference_config.go                         |  54 ++----
 config/registry_config.go                          |  14 +-
 config/root_config.go                              |  10 +-
 config/service_config.go                           | 188 +++++++++++++--------
 metadata/service/exporter/configurable/exporter.go |  56 +++---
 protocol/dubbo/dubbo_invoker.go                    |   2 +-
 protocol/dubbo/dubbo_protocol.go                   |   4 +-
 protocol/dubbo3/dubbo3_invoker.go                  |   2 +-
 registry/etcdv3/service_discovery.go               |   5 +-
 registry/file/service_discovery.go                 |   5 +-
 registry/nacos/service_discovery.go                |  50 ++----
 .../servicediscovery/service_discovery_registry.go |  14 +-
 .../service_discovery_registry_test.go             |   3 +-
 registry/zookeeper/service_discovery.go            |  48 +-----
 remoting/getty/getty_client.go                     |   7 +-
 remoting/getty/getty_server.go                     |   9 +-
 31 files changed, 471 insertions(+), 511 deletions(-)