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/01/23 16:27:20 UTC

[dubbo-go] branch develop updated (9a666eb -> 6c989b9)

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

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


    from 9a666eb  add community info
     new 150a89f  #901 Optimize the memory usage.
     new 0ff136d  add unit test and keep origin SetParams method
     new 240695c  Merge branch 'develop' of github.com:apache/dubbo-go into apache_develop
     new 85eadf4  chane RangeParams to GetParams
     new 29e6cff  #901 Optimize the memory usage.
     new 08a13cf  fix comments issue
     new 30730a3  Merge branch 'develop' of github.com:apache/dubbo-go into apache_develop
     new b8f21c4  Merge branch 'develop' of github.com:apache/dubbo-go into apache_develop
     new ad8a8ad  fix metadata report fail
     new b2b70d2  fix metadata report fail
     new 5a7f093  make metadata report work without serviceDiscovery
     new c8fb3e9  fix conflict
     new f6e0db0  Merge branch 'develop' of github.com:apache/dubbo-go into fix/metadata_fail
     new bfbe4e9  fix review issue
     new b21ce4e  fix review issue
     new 9a980ff  Merge branch 'develop' into fix/metadata_fail
     new 6c989b9  Merge pull request #948 from cvictory/fix/metadata_fail

The 3422 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/extension/metadata_service.go               | 17 +++++++++++
 config/reference_config.go                         |  9 +++++-
 config/service_config.go                           |  7 +++++
 metadata/report/delegate/delegate_report.go        |  4 +++
 metadata/service/remote/service.go                 | 34 +++++++++++++++++-----
 .../servicediscovery/service_discovery_registry.go |  4 ---
 6 files changed, 62 insertions(+), 13 deletions(-)