This is an automated email from the ASF dual-hosted git repository. alexstocks pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
commit 40082d48a954b58fce47522c5ef8c5a96109f7b9 Merge: cc74aa5 0f83b1a Author: AlexStocks <[email protected]> AuthorDate: Fri May 21 12:49:24 2021 +0800 Merge branch '3.0' into develop README.md | 5 +- README_CN.md | 5 +- cluster/cluster_impl/available_cluster.go | 2 +- cluster/cluster_impl/base_cluster_invoker.go | 19 ------ cluster/cluster_impl/broadcast_cluster.go | 2 +- cluster/cluster_impl/failback_cluster.go | 2 +- cluster/cluster_impl/failfast_cluster.go | 2 +- cluster/cluster_impl/failover_cluster.go | 2 +- cluster/cluster_impl/failsafe_cluster.go | 2 +- cluster/cluster_impl/forking_cluster.go | 2 +- cluster/cluster_impl/interceptor_invoker.go | 76 ++++++++++++++++++++++ cluster/cluster_impl/mock_cluster.go | 2 +- cluster/cluster_impl/zone_aware_cluster.go | 2 +- ...luster.go => zone_aware_cluster_interceptor.go} | 42 +++++++----- cluster/cluster_impl/zone_aware_cluster_invoker.go | 31 +-------- cluster/cluster_interceptor.go | 16 ++--- common/extension/cluster_interceptor.go | 60 +++++++++++++++++ 17 files changed, 188 insertions(+), 84 deletions(-)
