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/01/08 03:21:25 UTC

[dubbo-go] 01/01: Merge branch 'develop'

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

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

commit 9f3f92c7e5a191fcf3a16e732f9684d160176d78
Merge: 8ebe119 4496cef
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Sat Jan 8 11:20:17 2022 +0800

    Merge branch 'develop'

 .github/PULL_REQUEST_TEMPLATE.md                   |  27 ++--
 Makefile                                           |   5 +
 README.md                                          |   2 +-
 README_CN.md                                       |   4 +-
 cluster/cluster/adaptivesvc/cluster_invoker.go     |   6 +-
 cluster/cluster/available/cluster_invoker.go       |   6 +-
 cluster/cluster/available/cluster_invoker_test.go  |   2 +-
 cluster/loadbalance/p2c/loadbalance.go             |  26 +--
 cluster/loadbalance/p2c/loadbalance_test.go        | 178 +++++++++++++++++++++
 cluster/metrics/local_metrics.go                   |   2 +
 cluster/metrics/mock_metrics.go                    | 144 +++++++++++++++++
 common/proxy/proxy.go                              |  15 +-
 filter/seata/filter_test.go                        |   2 +-
 filter/sentinel/filter.go                          |   2 +-
 go.mod                                             |  16 +-
 go.sum                                             |  33 ++--
 metadata/report/delegate/delegate_report_test.go   |   8 +-
 .../local/metadata_service_proxy_factory_test.go   |   2 +-
 protocol/dubbo3/dubbo3_invoker.go                  |  12 ++
 protocol/dubbo3/dubbo3_protocol.go                 |  10 +-
 protocol/invocation/rpcinvocation.go               |   2 +
 protocol/result.go                                 |  12 +-
 registry/polaris/registry.go                       |   9 +-
 registry/polaris/service_discovery.go              |   4 +-
 24 files changed, 437 insertions(+), 92 deletions(-)