Update
This commit is contained in:
parent
29d6390945
commit
12379ee1c8
10
README.md
10
README.md
@ -1,7 +1,13 @@
|
||||
# RPC-Java
|
||||
【代码随想录知识星球】项目分享-手撕RPC框架
|
||||
|
||||
[【代码随想录知识星球】](https://www.programmercarl.com/other/kstar.html)项目分享-手撕RPC框架,[项目专栏](https://t.zsxq.com/0CVPn) 有本项目的详细文档
|
||||
|
||||
* [第一章:项目背景、项目收获、简历写法、项目架构和流程图](https://t.zsxq.com/RtJmQ)
|
||||
* [第二章(版本一):实现一个基本的rpc调用](https://t.zsxq.com/QImhy)
|
||||
* [第三章(版本二):netty自定义编码器,解码器和序列化器,创建缓存](https://t.zsxq.com/osLak)
|
||||
* [第四章(版本三):负载均衡、超时重试 &白名单](https://t.zsxq.com/zVqPE)
|
||||
* [第五章(版本四):服务-限流、熔断](https://t.zsxq.com/Oj1gG0)
|
||||
* [第六章:项目常见问题以及如何回答(网络传输层面,注册中心层面,算法层面,各种场景题](https://t.zsxq.com/xOAAq)
|
||||
|
||||
## 启动流程
|
||||
|
||||
@ -213,4 +219,4 @@
|
||||
|
||||
- [ ] 实现自适应的负载均衡器
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user