This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-awesome.git
The following commit(s) were added to refs/heads/master by this push:
new 8bc93d3 update proposal, triple
8bc93d3 is described below
commit 8bc93d31c617f5d60c5cc62a8a66298058bb0265
Author: chickenlj <[email protected]>
AuthorDate: Thu Jun 9 14:43:47 2022 +0800
update proposal, triple
---
proposals/D0-triple.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/proposals/D0-triple.md b/proposals/D0-triple.md
index b29216c..dd28f6d 100644
--- a/proposals/D0-triple.md
+++ b/proposals/D0-triple.md
@@ -10,7 +10,7 @@ Triple 是 Dubbo3 提出的基于 HTTP2 的开放协议,旨在解决 Dubbo2
* 完善的异步和流式支持。带来从底层协议到上层业务的性能提升,易于构建全链路异步以及严格保证消息顺序的流式服务。
## Related Proposals
-[D10-dubbo2 protocol specification](./D10-dubbo2 protocol specification.md)
+[D10-dubbo2-protocol-specification](./D10-dubbo2-protocol-specification.md)
## Background
@@ -34,7 +34,7 @@ Body 协议体中的一些 RPC 请求定位符如 Service Name、Method Name、V
- 协议结构: 定义包含字段列表和各字段语义以及不同字段的排列方式
- 协议通过定义规则、格式和语义来约定数据如何在网络间传输。一次成功的 RPC
需要通信的两端都能够按照协议约定进行网络字节流的读写和对象转换。如果两端对使用的协议不能达成一致,就会出现鸡同鸭讲,无法满足远程通信的需求。
-
+
RPC 协议的设计需要考虑以下内容:
- 通用性: 统一的二进制格式,跨语言、跨平台、多传输层协议支持
@@ -85,7 +85,7 @@ gRPC 的优势由HTTP2 和 Protobuf 继承而来。
### Triple 协议定义
-
+
- 现状