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 320a43a4f3 Update overview.md (#2429)
320a43a4f3 is described below

commit 320a43a4f3c95d0211689eeba183da602dbbc3e4
Author: MieAh <[email protected]>
AuthorDate: Thu Mar 16 17:16:19 2023 +0800

    Update overview.md (#2429)
    
    这样语意更准确,不应该说还应该支持
---
 .../overview/mannual/java-sdk/reference-manual/protocol/overview.md   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/overview.md 
b/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/overview.md
index 5fcff5dbb3..7cb9e5bb36 100644
--- 
a/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/overview.md
+++ 
b/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/overview.md
@@ -93,7 +93,7 @@ gRPC 的优势由HTTP2 和 Protobuf 继承而来。
 
 - 1、具备跨语言互通的能力,传统的多语言多 SDK 模式和 Mesh 化跨语言模式都需要一种更通用易扩展的数据传输格式。
 
-- 2、提供更完善的请求模型,除了 Request/Response 模型,还应该支持 Streaming 和 Bidirectional。
+- 2、提供更完善的请求模型,除了支持传统的 Request/Response 模型(Unary 单向通信),还支持 Stream(流式通信) 和 
Bidirectional(双向通信)。
 
 - 3、易扩展、穿透性高,包括但不限于 Tracing / Monitoring 等支持,也应该能被各层设备识别,网关设施等可以识别数据报文,对 
Service Mesh 部署友好,降低用户理解难度。
 
@@ -206,4 +206,4 @@ Every part is a byte[] after serialization with specific 
serialization type, ide
 ```
 Dubbo version bytes (换行符)
 Service name bytes  (换行符)
-```
\ No newline at end of file
+```

Reply via email to