File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
docs/system-design/distributed-system/rpc Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -235,9 +235,10 @@ CAP 也就是 Consistency(一致性)、Availability(可用性)、Partiti
235
235
236
236
RPC 让调用远程服务调用像调用本地方法那样简单。
237
237
238
- 1 . [ Dubbo 总结:关于 Dubbo 的重要知识点] ( docs/system-design/distributed-system/rpc/关于Dubbo的重要知识点.md )
239
- 2 . [ 服务之间的调用为啥不直接用 HTTP 而用 RPC?] ( docs/system-design/distributed-system/rpc/服务之间的调用为啥不直接用HTTP而用RPC.md )
240
- 3 . [ 一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架] ( https://github.com/Snailclimb/guide-rpc-framework )
238
+ Dubbo 是一款国产的 RPC 框架,由阿里开源。相关阅读:
239
+
240
+ - [ Dubbo 常见问题总结] ( docs/system-design/distributed-system/rpc/Dubbo.md )
241
+ - [ 服务之间的调用为啥不直接用 HTTP 而用 RPC?] ( docs/system-design/distributed-system/rpc/服务之间的调用为啥不直接用HTTP而用RPC.md )
241
242
242
243
#### API 网关
243
244
File renamed without changes.
You can’t perform that action at this time.
0 commit comments