Skip to content

Commit 6f7f2cc

Browse files
错别字
1 parent 70fbffc commit 6f7f2cc

File tree

1 file changed

+1
-1
lines changed
  • docs/system-design/data-communication

1 file changed

+1
-1
lines changed

docs/system-design/data-communication/dubbo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ HelloService helloService;
251251

252252
zookeeper宕机与dubbo直连的情况在面试中可能会被经常问到,所以要引起重视。
253253

254-
在实际生产中,假如zookeeper注册中心宕掉,一段时间内服务消费方还是能够调用提供方的服务的,实际上它使用的本地缓存进行通讯,这只是dubbo健壮性的一种提现
254+
在实际生产中,假如zookeeper注册中心宕掉,一段时间内服务消费方还是能够调用提供方的服务的,实际上它使用的本地缓存进行通讯,这只是dubbo健壮性的一种体现
255255

256256
**dubbo的健壮性表现:**
257257

0 commit comments

Comments
 (0)