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 cc74aa5 Merge branch '3.0' into develop
add 5a0a0dd add more user cases
add 0f83b1a make cluster interceptor a chain (#1211)
new 40082d4 Merge branch '3.0' into develop
The 1 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:
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(-)
create mode 100644 cluster/cluster_impl/interceptor_invoker.go
copy cluster/cluster_impl/{failover_cluster.go =>
zone_aware_cluster_interceptor.go} (59%)
create mode 100644 common/extension/cluster_interceptor.go