We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25abc8c commit 07cbefbCopy full SHA for 07cbefb
2 files changed
README.md
@@ -10,10 +10,14 @@
10
11
> 分布式技术
12
13
-- [分布式架构](docs/distributed/分布式架构.md)
14
-- [分布式技术实现](docs/distributed/分布式技术实现.md)
+- 分布式
+ - [x] [分布式架构](docs/distributed/分布式架构.md)
15
+ - [x] [分布式技术实现](docs/distributed/分布式技术实现.md)
16
- RPC
- - [Dubbo](docs/distributed/rpc/dubbo.md) - 基于 Java 开发的高性能 RPC 框架。
17
+ - [x] [Dubbo](docs/distributed/rpc/dubbo.md) - 基于 Java 开发的高性能 RPC 框架。
18
+- 消息队列
19
+ - [ ] [Kafka](docs/distributed/message/kafka.md)
20
+ - [ ] RocketMQ
21
22
## [工具](docs/tools/README.md)
23
0 commit comments