We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c8272 commit 2d00be7Copy full SHA for 2d00be7
4 files changed
README.md
@@ -31,6 +31,7 @@
31
- [x] [分布式架构](docs/distributed/分布式架构.md)
32
- [x] [分布式技术实现](docs/distributed/分布式技术实现.md)
33
- [x] [负载均衡](docs/distributed/负载均衡.md)
34
+ - [x] [分布式技术面试题](docs/distributed/分布式技术面试题.md)
35
- 分布式缓存
36
- [x] [分布式缓存](docs/distributed/分布式缓存.md)
37
- [ ] Redis
docs/distributed/mq/分布式消息队列.md
@@ -401,3 +401,5 @@ Storm 集群:与 OtherApp 处于同一级别,采用拉的方式消费队列
401
402
- [大型网站架构系列:分布式消息队列(一)](https://www.cnblogs.com/itfly8/p/5155983.html)
403
- [大型网站架构系列:消息队列(二)](https://www.cnblogs.com/itfly8/p/5156155.html)
404
+- [分布式开放消息系统(RocketMQ)的原理与实践](https://www.jianshu.com/p/453c6e7ff81c)
405
+- [阿里 RocketMQ 优势对比](https://juejin.im/entry/5a0abfb5f265da43062a4a91)
docs/distributed/rpc/Dubbo面试题.md
0 commit comments