Skip to content

Commit f1bd1fc

Browse files
authored
Merge pull request #49 from richzhao/patch-1
Update service-design.md
2 parents de4987a + 683458d commit f1bd1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: i18n/cn/docusaurus-plugin-content-docs/current/advance/service-design.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
## rpc调用链建议
3333
在设计系统时,尽量做到服务之间调用链是单向的,而非循环调用,例如:order服务调用了user服务,而user服务反过来也会调用order的服务,
34-
当其中一个服务启动故障,就会相互影响,进入死循环,你order认为是user服务故障导致的,而user认为是order服务导致的,如果有大量服务存在相互调用链,
34+
当其中一个服务启动故障,就会相互影响,进入死循环,order认为是user服务故障导致的,而user认为是order服务导致的,如果有大量服务存在相互调用链,
3535
则需要考虑服务拆分是否合理。
3636

3737
## 常见服务类型的目录结构

0 commit comments

Comments
 (0)