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

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


The following commit(s) were added to refs/heads/master by this push:
     new 75c84ce  Fix issue #912, add cluster type (#913)
75c84ce is described below

commit 75c84ce09aecfcf330b7f62659cba4ea58c84d6c
Author: Wang Chengming <[email protected]>
AuthorDate: Fri Aug 27 14:21:59 2021 +0800

    Fix issue #912, add cluster type (#913)
---
 content/en/docs/v2.7/dev/impls/cluster.md  | 4 ++++
 content/zh/docs/references/spis/cluster.md | 4 ++++
 content/zh/docsv2.7/dev/impls/cluster.md   | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/content/en/docs/v2.7/dev/impls/cluster.md 
b/content/en/docs/v2.7/dev/impls/cluster.md
index 1eced2d..0a0dcbd 100644
--- a/content/en/docs/v2.7/dev/impls/cluster.md
+++ b/content/en/docs/v2.7/dev/impls/cluster.md
@@ -24,12 +24,16 @@ Group service providers in a cluster, and treat them as one 
single provider.
 
 ## Existing Extensions
 
+* `org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterWrapper`
 * `org.apache.dubbo.rpc.cluster.support.FailoverCluster`
 * `org.apache.dubbo.rpc.cluster.support.FailfastCluster`
 * `org.apache.dubbo.rpc.cluster.support.FailsafeCluster`
 * `org.apache.dubbo.rpc.cluster.support.FailbackCluster`
 * `org.apache.dubbo.rpc.cluster.support.ForkingCluster`
 * `org.apache.dubbo.rpc.cluster.support.AvailableCluster`
+* `org.apache.dubbo.rpc.cluster.support.MergeableCluster`
+* `org.apache.dubbo.rpc.cluster.support.BroadcastCluster`
+* `org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareCluster`
 
 ## Extension Guide
 
diff --git a/content/zh/docs/references/spis/cluster.md 
b/content/zh/docs/references/spis/cluster.md
index 3e3f716..1d2cf8c 100644
--- a/content/zh/docs/references/spis/cluster.md
+++ b/content/zh/docs/references/spis/cluster.md
@@ -23,12 +23,16 @@ weight: 5
 
 ## 已知扩展
 
+* `org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterWrapper`
 * `org.apache.dubbo.rpc.cluster.support.FailoverCluster`
 * `org.apache.dubbo.rpc.cluster.support.FailfastCluster`
 * `org.apache.dubbo.rpc.cluster.support.FailsafeCluster`
 * `org.apache.dubbo.rpc.cluster.support.FailbackCluster`
 * `org.apache.dubbo.rpc.cluster.support.ForkingCluster`
 * `org.apache.dubbo.rpc.cluster.support.AvailableCluster`
+* `org.apache.dubbo.rpc.cluster.support.MergeableCluster`
+* `org.apache.dubbo.rpc.cluster.support.BroadcastCluster`
+* `org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareCluster`
 
 ## 扩展示例
 
diff --git a/content/zh/docsv2.7/dev/impls/cluster.md 
b/content/zh/docsv2.7/dev/impls/cluster.md
index 3e3f716..1d2cf8c 100644
--- a/content/zh/docsv2.7/dev/impls/cluster.md
+++ b/content/zh/docsv2.7/dev/impls/cluster.md
@@ -23,12 +23,16 @@ weight: 5
 
 ## 已知扩展
 
+* `org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterWrapper`
 * `org.apache.dubbo.rpc.cluster.support.FailoverCluster`
 * `org.apache.dubbo.rpc.cluster.support.FailfastCluster`
 * `org.apache.dubbo.rpc.cluster.support.FailsafeCluster`
 * `org.apache.dubbo.rpc.cluster.support.FailbackCluster`
 * `org.apache.dubbo.rpc.cluster.support.ForkingCluster`
 * `org.apache.dubbo.rpc.cluster.support.AvailableCluster`
+* `org.apache.dubbo.rpc.cluster.support.MergeableCluster`
+* `org.apache.dubbo.rpc.cluster.support.BroadcastCluster`
+* `org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareCluster`
 
 ## 扩展示例
 

Reply via email to