We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bad6d1 commit 9196a2cCopy full SHA for 9196a2c
content/zh/docs/kitex/Tutorials/advanced-feature/generic-call/generic_streaming.md
@@ -112,7 +112,7 @@ service TestService {
112
2. Server Streaming:客户端发送一条消息,服务端返回多条消息后关闭流,适合大模型等场景。
113
3. Bidirectional Streaming:客户端和服务端可独立收发消息,顺序可自定义。
114
4. Unary (gRPC):带 `streaming.mode` 注解的非流式(不推荐,性能有损失)。
115
-5. Ping Pong (KitexThrift):传统的 Thrift 一发一收模式,不使用流机制,性能更好,推荐使用。
+5. Ping Pong (KitexThrift):传统的 Thrift 请求-响应模式,不使用流机制,性能更好,推荐使用。
116
117
流式客户端初始化示例:
118
0 commit comments