| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e4dbc8d commit fe6bdb8
8 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -211,10 +211,10 @@ | |||
| 211 | 211 | ||
| 212 | 212 | #### RPC | |
| 213 | 213 | ||
| 214 | - 让调用远程服务调用像调用本地方法那样简单。 | ||
| 214 | + RPC 让调用远程服务调用像调用本地方法那样简单。 | ||
| 215 | 215 | ||
| 216 | - 1. [Dubbo 总结:关于 Dubbo 的重要知识点](docs/system-design/data-communication/dubbo.md) | ||
| 217 | - 2. [服务之间的调用为啥不直接用 HTTP 而用 RPC?](docs/system-design/data-communication/why-use-rpc.md) | ||
| 216 | + 1. [Dubbo 总结:关于 Dubbo 的重要知识点](docs/system-design/distributed-system/rpc/关于Dubbo的重要知识点.md) | ||
| 217 | + 2. [服务之间的调用为啥不直接用 HTTP 而用 RPC?](docs/system-design/distributed-system/rpc/服务之间的调用为啥不直接用HTTP而用RPC.md) | ||
| 218 | 218 | ||
| 219 | 219 | #### API 网关 | |
| 220 | 220 | ||
@@ -246,9 +246,9 @@ | |||
| 246 | 246 | ||
| 247 | 247 | 消息队列在分布式系统中主要是为了解耦和削峰。相关阅读: **[消息队列总结](docs/system-design/data-communication/message-queue.md)** 。 | |
| 248 | 248 | ||
| 249 | - 1. **RabbitMQ** : [RabbitMQ 入门](docs/system-design/data-communication/rabbitmq.md) | ||
| 250 | - 2. **RocketMQ** : [RocketMQ 入门](docs/system-design/data-communication/RocketMQ.md)、[RocketMQ 的几个简单问题与答案](docs/system-design/data-communication/RocketMQ-Questions.md) | ||
| 251 | - 3. **Kafka** :**[Kafka 常见面试题总结](docs/system-design/data-communication/kafka-inverview.md)** | ||
| 249 | + 1. **RabbitMQ** : [RabbitMQ 入门](docs/system-design/distributed-system/message-queue/rabbitmq.md) | ||
| 250 | + 2. **RocketMQ** : [RocketMQ 入门](docs/system-design/distributed-system/message-queue/RocketMQ.md)、[RocketMQ 的几个简单问题与答案](docs/system-design/distributed-system/message-queue/RocketMQ-Questions.md) | ||
| 251 | + 3. **Kafka** :**[Kafka 常见面试题总结](docs/system-design/distributed-system/message-queue/kafka-inverview.md)** | ||
| 252 | 252 | ||
| 253 | 253 | #### 读写分离 | |
| 254 | 254 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,7 +41,7 @@ http://www.importnew.com/22003.html | |||
| 41 | 41 | ||
| 42 | 42 | ## 既有 HTTP ,为啥用 RPC 进行服务调用? | |
| 43 | 43 | ||
| 44 | - ###RPC 只是一种设计而已 | ||
| 44 | + ### RPC 只是一种设计而已 | ||
| 45 | 45 | ||
| 46 | 46 | RPC 只是一种概念、一种设计,就是为了解决 **不同服务之间的调用问题**, 它一般会包含有 **传输协议** 和 **序列化协议** 这两个。 | |
| 47 | 47 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments