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 dee55be  update proposal, triple
dee55be is described below

commit dee55be076d18a03b844c92414d857166297254d
Author: chickenlj <[email protected]>
AuthorDate: Thu Jun 9 14:26:27 2022 +0800

    update proposal, triple
---
 images/protocol/triple-protocol.png | Bin 0 -> 8808 bytes
 images/protocol/triple.png          | Bin 0 -> 56249 bytes
 proposals/D0-triple.md              |   4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/images/protocol/triple-protocol.png 
b/images/protocol/triple-protocol.png
new file mode 100644
index 0000000..920ea13
Binary files /dev/null and b/images/protocol/triple-protocol.png differ
diff --git a/images/protocol/triple.png b/images/protocol/triple.png
new file mode 100644
index 0000000..db02298
Binary files /dev/null and b/images/protocol/triple.png differ
diff --git a/proposals/D0-triple.md b/proposals/D0-triple.md
index 512288e..b29216c 100644
--- a/proposals/D0-triple.md
+++ b/proposals/D0-triple.md
@@ -34,7 +34,7 @@ Body 协议体中的一些 RPC 请求定位符如 Service Name、Method Name、V
 - 协议结构: 定义包含字段列表和各字段语义以及不同字段的排列方式
 - 协议通过定义规则、格式和语义来约定数据如何在网络间传输。一次成功的 RPC 
需要通信的两端都能够按照协议约定进行网络字节流的读写和对象转换。如果两端对使用的协议不能达成一致,就会出现鸡同鸭讲,无法满足远程通信的需求。
 
-![协议选择](/imgs/v3/concepts/triple-protocol.png)
+![协议选择](../protocol/triple-protocol.png)
 
 RPC 协议的设计需要考虑以下内容:
 - 通用性: 统一的二进制格式,跨语言、跨平台、多传输层协议支持
@@ -85,7 +85,7 @@ gRPC 的优势由HTTP2 和 Protobuf 继承而来。
 
 ### Triple 协议定义
 
-![Triple 协议通信方式](/imgs/v3/concepts/triple.png)
+![Triple 协议通信方式](../protocol/triple.png)
 
 - 现状
 

Reply via email to