@@ -324,14 +324,27 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
324324
325325### 理论&算法&协议
326326
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 )
330330- [ Gossip 协议详解] ( ./docs/distributed-system/protocol/gossip-protocl.md )
331331
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+
332344### API 网关
333345
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 )
335348
336349### 分布式 ID
337350
@@ -349,19 +362,6 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
349362
350363[ 分布式配置中心详解] ( ./docs/distributed-system/distributed-configuration-center.md )
351364
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-
365365## 高性能
366366
367367### 数据库读写分离&分库分表
@@ -382,8 +382,8 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
382382
383383### 消息队列
384384
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 )
387387- [ RabbitMQ 常见面试题] ( ./docs/high-performance/message-queue/rabbitmq-questions.md )
388388- [ RocketMQ 常见面试题总结] ( ./docs/high-performance/message-queue/rocketmq-questions.md )
389389- [ Kafka 常见问题总结] ( ./docs/high-performance/message-queue/kafka-questions-01.md )
0 commit comments