cheungsuifai commented on issue #2769: URL: https://github.com/apache/brpc/issues/2769#issuecomment-2372764411
> [Streaming RPC](https://github.com/apache/brpc/blob/master/docs/cn/streaming_rpc.md)可以保证顺序。 谢谢你的回复。 但streaming的机制似乎是发起一个RPC调用,RPC后续数据使用stream传输,它能保证stream中传输的数据是有序的。但它并不适用于多个RPC(如果有多个RPC,会有多个相互独立的stream) 我现在的场景是client会发起多个不同的rpc的请求,希望server能发送顺序来处理。这样似乎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: dev-unsubscr...@brpc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org