-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dubbo 入门系列教程 #87
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
第一个 Dubbo 程序
a. 为什么需要使用 RPC,RPC 的使用场景
b. Dubbo 作为 RPC 框架与 Http、Tcp 的关系(重点强调 RPC 的语义,即能像调用本地方法一样跨进程调用服务提供者)
c. Dubbo 的特性一览
a. 依赖引入
b. API 设计
c. 部署调用
a. 通信模型一览
b. 同步调用
c. 异步调用
d. 泛化调用
e. 流式调用
Dubbo 不仅仅是 RPC 框架之服务治理篇
a. 原因
b. 作用
c. 方式
a. 概念介绍
b. RR
c. 随机
d. 一致性哈希
e. Demo
a. 概念介绍
b. Failover
c. Failfast
d. Failsafe
e. Broadcast
f. Demo
a. 概念介绍
b. Tag
c. Condition
d. Mesh
Dubbo 不仅仅是 RPC 框架之高级特性篇
Dubbo 不仅仅是 RPC 框架之组件接入
Dubbo 二次开发示例
a. 如何查看dubbo现有能力,比如:官方文档或者直接查看spi文件等
a. SPI 机制
b. 微内核设计
c. ExtensionLoader 设计
a. 负载均衡
b. 路由
c. 集群
d. Filter
The text was updated successfully, but these errors were encountered: