Skip to content

Commit

Permalink
Merge pull request #6 from hyblog/main
Browse files Browse the repository at this point in the history
test
  • Loading branch information
ipipman authored Aug 4, 2024
2 parents cb4277d + 7246e91 commit dc6bf61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
RPC概念与价值:简述远程过程调用(RPC)的基本概念、工作原理及其在构建分布式系统中的重要作用。 <br>
手写RPC框架的意义:探讨自研RPC框架对于深入理解分布式通信原理、定制化需求满足、技术栈掌握提升等方面的价值。<br>


### 总体设计
**架构概览**:RPC框架的整体架构,包括客户端、服务端、网络传输层、序列化层、注册中心、负载均衡策略等核心组件及其相互关系。 <br>
**技术选型**:阐述所选用的编程语言(Java)、网络库、序列化库、注册中心实现、日志库、测试工具等关键依赖。
Expand Down

0 comments on commit dc6bf61

Please sign in to comment.