Skip to content

Commit 50c6408

Browse files
author
igayhub
committed
docs: fix typo in dubbo-operating-principle
1 parent ec854a4 commit 50c6408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/distributed-system/dubbo-operating-principle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ MQ、ES、Redis、Dubbo,上来先问你一些思考的问题,原理(kafka
1515
- 第一层:service 层,接口层,给服务提供者和消费者来实现的
1616
- 第二层:config 层,配置层,主要是对 dubbo 进行各种配置的
1717
- 第三层:proxy 层,服务代理层,无论是 consumer 还是 provider,dubbo 都会给你生成代理,代理之间进行网络通信
18-
- 第四层:register 层,服务注册层,负责服务的注册与发现
18+
- 第四层:registry 层,服务注册层,负责服务的注册与发现
1919
- 第五层:cluster 层,集群层,封装多个服务提供者的路由以及负载均衡,将多个实例组合成一个服务
2020
- 第六层:monitor 层,监控层,对 rpc 接口的调用次数和调用时间进行监控
2121
- 第七层:protocal 层,远程调用层,封装 rpc 调用
@@ -32,4 +32,4 @@ MQ、ES、Redis、Dubbo,上来先问你一些思考的问题,原理(kafka
3232
![dubbo-operating-principle](/images/dubbo-operating-principle.png)
3333

3434
### 注册中心挂了可以继续通信吗?
35-
可以,因为刚开始初始化的时候,消费者会将提供者的地址等信息**拉取到本地缓存**,所以注册中心挂了可以继续通信。
35+
可以,因为刚开始初始化的时候,消费者会将提供者的地址等信息**拉取到本地缓存**,所以注册中心挂了可以继续通信。

0 commit comments

Comments
 (0)