From 6f7f2cce78e3168e9418e656b269554dc6382953 Mon Sep 17 00:00:00 2001 From: zhuliangcai <1024955966@qq.com> Date: Sat, 12 Oct 2019 16:37:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/system-design/data-communication/dubbo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-design/data-communication/dubbo.md b/docs/system-design/data-communication/dubbo.md index 17a08d88..f2e0ac48 100644 --- a/docs/system-design/data-communication/dubbo.md +++ b/docs/system-design/data-communication/dubbo.md @@ -251,7 +251,7 @@ HelloService helloService; zookeeper宕机与dubbo直连的情况在面试中可能会被经常问到,所以要引起重视。 -在实际生产中,假如zookeeper注册中心宕掉,一段时间内服务消费方还是能够调用提供方的服务的,实际上它使用的本地缓存进行通讯,这只是dubbo健壮性的一种提现。 +在实际生产中,假如zookeeper注册中心宕掉,一段时间内服务消费方还是能够调用提供方的服务的,实际上它使用的本地缓存进行通讯,这只是dubbo健壮性的一种体现。 **dubbo的健壮性表现:**