Skip to content

Commit 9196a2c

Browse files
committed
docs(kitex): refine description of Ping Pong mode in Chinese document
1 parent 1bad6d1 commit 9196a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/kitex/Tutorials/advanced-feature/generic-call/generic_streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ service TestService {
112112
2. Server Streaming:客户端发送一条消息,服务端返回多条消息后关闭流,适合大模型等场景。
113113
3. Bidirectional Streaming:客户端和服务端可独立收发消息,顺序可自定义。
114114
4. Unary (gRPC):带 `streaming.mode` 注解的非流式(不推荐,性能有损失)。
115-
5. Ping Pong (KitexThrift):传统的 Thrift 一发一收模式,不使用流机制,性能更好,推荐使用。
115+
5. Ping Pong (KitexThrift):传统的 Thrift 请求-响应模式,不使用流机制,性能更好,推荐使用。
116116

117117
流式客户端初始化示例:
118118

0 commit comments

Comments
 (0)