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 b2bc22e5cf Update extensibility.md (#2547)
b2bc22e5cf is described below

commit b2bc22e5cfb197de01c7eb952888dcb052b64211
Author: cl900503 <[email protected]>
AuthorDate: Thu Apr 20 16:00:30 2023 +0800

    Update extensibility.md (#2547)
---
 content/zh-cn/overview/core-features/extensibility.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh-cn/overview/core-features/extensibility.md 
b/content/zh-cn/overview/core-features/extensibility.md
index 31af9003a9..1198b217f0 100644
--- a/content/zh-cn/overview/core-features/extensibility.md
+++ b/content/zh-cn/overview/core-features/extensibility.md
@@ -111,7 +111,7 @@ Dubbo 官方提供了加权随机、加权轮询、一致性哈希、最小活
 Dubbo 官方支持 Zookeeper、Nacos、Etcd、Redis、Apollo 等配置中心实现。
 
 ### Metadata Center
-与配置中心相反,从用户视角来看元数据中心是只读的,元数据中心唯一的写入放是 Dubbo 进程实例,Dubbo 
实例会在启动之后将一些内部状态(如服务列表、服务配置、服务定义格式等)上报到元数据中心,供一些治理能力作为数据来源,如服务测试、文档管理、服务状态展示等。
+与配置中心相反,从用户视角来看元数据中心是只读的,元数据中心唯一的写入方是 Dubbo 进程实例,Dubbo 
实例会在启动之后将一些内部状态(如服务列表、服务配置、服务定义格式等)上报到元数据中心,供一些治理能力作为数据来源,如服务测试、文档管理、服务状态展示等。
 
 Dubbo 官方支持 Zookeeper、Nacos、Etcd、Redis 等元数据中心实现。
 

Reply via email to