Skip to content

Commit 464ffa9

Browse files
authored
Update register-center-design.md
Fix the format of the document
1 parent c9eb205 commit 464ffa9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/design/register-center-design.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ description: 客户端接入原理
2424

2525

2626
### 整体流程
27-
1.微服务应用启动,注册信息会通过指定的注册中心客户端先写入到实际的注册中心(例如:nacos)
28-
2.shenyu-admin启动会从实际注册中心中订阅注册信息,放入Disruptor
29-
3.借助shenyu的数据同步机制,将信息实时同步给shenyu-gateway
27+
1.微服务应用启动时,会通过指定的注册中心客户端将注册信息写入到注册中心中(例如:nacos)
28+
2.shenyu-admin启动会从指定的注册中心中订阅注册信息,放入Disruptor中
29+
3.借助shenyu的数据同步机制,将注册信息实时同步给shenyu-gateway
30+
3031
数据同步机制设计可参考 [数据同步机制设计](data-sync.md)
3132

3233
http服务注册比较特殊,直接由shenyu-admin完成

0 commit comments

Comments
 (0)