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 894e8c68dd cleanup service-discovery.md (#1064)
894e8c68dd is described below

commit 894e8c68dd5de86a1330ab6ccd28ccbcecb91024
Author: Wang Chengming <634749...@qq.com>
AuthorDate: Thu May 19 16:31:51 2022 +0800

    cleanup service-discovery.md (#1064)
---
 content/zh/docs/concepts/service-discovery.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/content/zh/docs/concepts/service-discovery.md 
b/content/zh/docs/concepts/service-discovery.md
index b1589e0185..2274a23c15 100644
--- a/content/zh/docs/concepts/service-discovery.md
+++ b/content/zh/docs/concepts/service-discovery.md
@@ -68,5 +68,3 @@ Dubbo3 服务发现模型更适合构建可伸缩的服务体系,这点要如
 在这个简单的示例中,Dubbo 所注册的地址数量下降到了原来的 1 / 100,对于注册中心、订阅方的存储压力都是一个极大的释放。更重要的是,
 地址发现容量彻底与业务 RPC 定义解耦开来,整个集群的容量评估对运维来说将变得更加透明:部署多少台机器就会有多大负载,不会像 Dubbo2 一样,
 因为业务 RPC 重构就会影响到整个集群服务发现的稳定性。
-
-请通过以下 blog 了解更多应用级服务发现设计原则细节。

Reply via email to