We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fbffc commit 6f7f2ccCopy full SHA for 6f7f2cc
docs/system-design/data-communication/dubbo.md
@@ -251,7 +251,7 @@ HelloService helloService;
251
252
zookeeper宕机与dubbo直连的情况在面试中可能会被经常问到,所以要引起重视。
253
254
-在实际生产中,假如zookeeper注册中心宕掉,一段时间内服务消费方还是能够调用提供方的服务的,实际上它使用的本地缓存进行通讯,这只是dubbo健壮性的一种提现。
+在实际生产中,假如zookeeper注册中心宕掉,一段时间内服务消费方还是能够调用提供方的服务的,实际上它使用的本地缓存进行通讯,这只是dubbo健壮性的一种体现。
255
256
**dubbo的健壮性表现:**
257
0 commit comments