@@ -324,14 +324,27 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
324
324
325
325
### 理论&算法&协议
326
326
327
- - [ CAP 理论和 BASE 理论详解 ] ( ./docs/distributed-system/protocol/cap-and-base-theorem.md )
328
- - [ Paxos 算法详解 ] ( ./docs/distributed-system/protocol/paxos-algorithm.md )
329
- - [ Raft 算法详解 ] ( ./docs/distributed-system/protocol/raft-algorithm.md )
327
+ - [ CAP 理论和 BASE 理论解读 ] ( ./docs/distributed-system/protocol/cap-and-base-theorem.md )
328
+ - [ Paxos 算法解读 ] ( ./docs/distributed-system/protocol/paxos-algorithm.md )
329
+ - [ Raft 算法解读 ] ( ./docs/distributed-system/protocol/raft-algorithm.md )
330
330
- [ Gossip 协议详解] ( ./docs/distributed-system/protocol/gossip-protocl.md )
331
331
332
+ ### RPC
333
+
334
+ - [ RPC 基础知识总结] ( ./docs/distributed-system/rpc/rpc-intro.md )
335
+ - [ Dubbo 常见知识点&面试题总结] ( ./docs/distributed-system/rpc/dubbo.md )
336
+
337
+ ### ZooKeeper
338
+
339
+ > 这两篇文章可能有内容重合部分,推荐都看一遍。
340
+
341
+ - [ ZooKeeper 相关概念总结(入门)] ( ./docs/distributed-system/distributed-process-coordination/zookeeper/zookeeper-intro.md )
342
+ - [ ZooKeeper 相关概念总结(进阶)] ( ./docs/distributed-system/distributed-process-coordination/zookeeper/zookeeper-plus.md )
343
+
332
344
### API 网关
333
345
334
- [ API 网关详解] ( ./docs/distributed-system/api-gateway.md )
346
+ - [ API 网关基础知识总结] ( ./docs/distributed-system/api-gateway.md )
347
+ - [ Spring Cloud Gateway 常见知识点&面试题总结] ( ./docs/distributed-system/spring-cloud-gateway-questions.md )
335
348
336
349
### 分布式 ID
337
350
@@ -349,19 +362,6 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
349
362
350
363
[ 分布式配置中心详解] ( ./docs/distributed-system/distributed-configuration-center.md )
351
364
352
- ### RPC
353
-
354
- - [ RPC 基础常见知识点&面试题总结] ( ./docs/distributed-system/rpc/rpc-intro.md )
355
- - [ Dubbo 常见知识点&面试题总结] ( ./docs/distributed-system/rpc/dubbo.md )
356
-
357
- ### ZooKeeper
358
-
359
- > 前两篇文章可能有内容重合部分,推荐都看一遍。
360
-
361
- - [ ZooKeeper 相关概念总结(入门)] ( ./docs/distributed-system/distributed-process-coordination/zookeeper/zookeeper-intro.md )
362
- - [ ZooKeeper 相关概念总结(进阶)] ( ./docs/distributed-system/distributed-process-coordination/zookeeper/zookeeper-plus.md )
363
- - [ ZooKeeper 实战] ( ./docs/distributed-system/distributed-process-coordination/zookeeper/zookeeper-in-action.md )
364
-
365
365
## 高性能
366
366
367
367
### 数据库读写分离&分库分表
@@ -382,8 +382,8 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
382
382
383
383
### 消息队列
384
384
385
- 消息队列在分布式系统中主要是为了解耦和削峰。相关阅读: [ 消息队列常见问题总结 ] ( ./docs/high-performance/message-queue/message-queue.md ) 。
386
-
385
+ - [ 消息队列基础知识总结 ] ( ./docs/high-performance/message-queue/message-queue.md )
386
+ - [ Disruptor 常见面试题 ] ( ./docs/high-performance/message-queue/disruptor-questions.md )
387
387
- [ RabbitMQ 常见面试题] ( ./docs/high-performance/message-queue/rabbitmq-questions.md )
388
388
- [ RocketMQ 常见面试题总结] ( ./docs/high-performance/message-queue/rocketmq-questions.md )
389
389
- [ Kafka 常见问题总结] ( ./docs/high-performance/message-queue/kafka-questions-01.md )
0 commit comments