This is an automated email from the ASF dual-hosted git repository.
hyunkun 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 3401963 fix registry-configcenter-metadata typo (#1041)
3401963 is described below
commit 3401963a939772f8b10bfdf801c8d87eb0268c37
Author: Wang Chengming <[email protected]>
AuthorDate: Sat Jan 15 13:51:24 2022 +0800
fix registry-configcenter-metadata typo (#1041)
---
content/zh/docs/concepts/registry-configcenter-metadata.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/zh/docs/concepts/registry-configcenter-metadata.md
b/content/zh/docs/concepts/registry-configcenter-metadata.md
index f513ab1..bc2f2a7 100644
--- a/content/zh/docs/concepts/registry-configcenter-metadata.md
+++ b/content/zh/docs/concepts/registry-configcenter-metadata.md
@@ -36,7 +36,7 @@ Dubbo 定义了一些中心化组件,这包括:

-该图中没有部署配置中心和元数据中中心,在Dubbo中会默认将注册中心的实例同时作为配置中心和元数据中心,这是Dubbo的默认行为,如果确实不需要配置中心或者元数据中心的能力,可在配置中关闭,在注册中心的配置中有两个配置分别为use-as-config-center和use-as-metadata-center,将配置置为false即可。
+该图中没有部署配置中心和元数据中心,在Dubbo中会默认将注册中心的实例同时作为配置中心和元数据中心,这是Dubbo的默认行为,如果确实不需要配置中心或者元数据中心的能力,可在配置中关闭,在注册中心的配置中有两个配置分别为use-as-config-center和use-as-metadata-center,将配置置为false即可。
## 元数据中心
@@ -55,7 +55,7 @@ Dubbo 定义了一些中心化组件,这包括:
## 配置中心
-配置中心与其他两大中心不同,它无关于接口级还是应用级,它与接口并没有对应关系,它仅仅与配置数据有关,即时没有部署注册中心和元数据中心,配置中心也能直接被接入到Dubbo应用服务中。在整个部署架构中,整个集群内的实例(无论是Provider还是Consumer)都将会共享该配置中心集群中的配置,如下图所示:
+配置中心与其他两大中心不同,它无关于接口级还是应用级,它与接口并没有对应关系,它仅仅与配置数据有关,即使没有部署注册中心和元数据中心,配置中心也能直接被接入到Dubbo应用服务中。在整个部署架构中,整个集群内的实例(无论是Provider还是Consumer)都将会共享该配置中心集群中的配置,如下图所示:

该图中不配备注册中心,意味着可能采用了Dubbo mesh的方案,也可能不需要进行服务注册,仅仅接收直连模式的服务调用。