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 9a04032288 [fix] add scene (#1296)
9a04032288 is described below

commit 9a040322887389c71e44e0e0912a85d3bb7898cd
Author: JIAN ZHONG <[email protected]>
AuthorDate: Wed Jul 27 16:47:09 2022 +0800

    [fix] add scene (#1296)
---
 .../zh/docs3-v2/java-sdk/reference-manual/protocol/grpc/guide.md   | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/content/zh/docs3-v2/java-sdk/reference-manual/protocol/grpc/guide.md 
b/content/zh/docs3-v2/java-sdk/reference-manual/protocol/grpc/guide.md
index f045a82bb1..c85fff68d8 100644
--- a/content/zh/docs3-v2/java-sdk/reference-manual/protocol/grpc/guide.md
+++ b/content/zh/docs3-v2/java-sdk/reference-manual/protocol/grpc/guide.md
@@ -13,6 +13,13 @@ Dubbo 自 2.7.5 版本开始支持 gRPC 协议,对于计划使用 HTTP/2 通
 * 用户可以使用 Dubbo 风格的,基于接口的编程风格来定义和使用远程服务
 
 ## 使用场景
+
+- 需要立即响应才能继续处理的同步后端微服务到微服务通信。
+- 需要支持混合编程平台的 Polyglot 环境。
+- 性能至关重要的低延迟和高吞吐量通信。
+- 点到点实时通信 - gRPC 无需轮询即可实时推送消息,并且能对双向流式处理提供出色的支持。
+- 网络受约束环境 - 二进制 gRPC 消息始终小于等效的基于文本的 JSON 消息。
+
 ## 使用方式
 #### 如何在 Dubbo 中使用 gRPC
 [示例](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-grpc)

Reply via email to