CAICAIIs commented on code in PR #985: URL: https://github.com/apache/dubbo-go-samples/pull/985#discussion_r2591857084
########## streaming/README_zh.md: ########## @@ -1,12 +1,21 @@ -# Dubbo-go Streaming Sample +# Dubbo Streaming Sample -## 1.介绍 +## 1. 介绍 -本案例演示如何在Dubbo-go中使用流式通信 +本案例演示如何在 Dubbo 中使用流式通信,包括: +- Go 语言的流式通信实现 +- Java 语言的流式通信实现 +- Go 与 Java 之间的互通性验证 -## 2.如何使用Dubbo-go流式通信 +支持的流式模式: +- 一元调用 (Unary): 单个请求,单个响应 +- 双向流 (Bidirectional Stream): 多个请求,多个响应 +- *客户端流 (Client Stream): 多个请求,单个响应 Review Comment: ```suggestion - 客户端流 (Client Stream): 多个请求,单个响应 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
