This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0da3407eaeb Update _index.md (#2970)
0da3407eaeb is described below
commit 0da3407eaeb2d5525aa1640b68740a478b9dbe6a
Author: 2222804 <[email protected]>
AuthorDate: Wed May 8 11:44:31 2024 +0800
Update _index.md (#2970)
---
.../mannual/java-sdk/reference-manual/protocol/triple/_index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/_index.md
b/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/_index.md
index f60111c32a3..fbd9fd79365 100755
---
a/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/_index.md
+++
b/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/_index.md
@@ -14,7 +14,7 @@ weight: 3
---
## 协议说明
-Triple 是 Dubbo3 提出的基于 HTTP 的开放协议,旨在解决 Dubbo2 私有协议带来的互通性问题,Tripe 基于 gRPC 和
gRPC-Web 设计而来,保留了两者的优秀设计,Triple 做到了完全兼容 gRPC 协议,并可同时运行在 HTTP/1 和 HTTP/2 之上。
+Triple 是 Dubbo3 提出的基于 HTTP 的开放协议,旨在解决 Dubbo2 私有协议带来的互通性问题,Triple 基于 gRPC 和
gRPC-Web 设计而来,保留了两者的优秀设计,Triple 做到了完全兼容 gRPC 协议,并可同时运行在 HTTP/1 和 HTTP/2 之上。
* 相比于原有 Dubbo2 协议,Triple 有以下优势:
1. 原生和 gRPC 协议互通。打通 gRPC 生态,降低从 gRPC 至 Dubbo 的迁移成本。