cheungsuifai commented on issue #2769: URL: https://github.com/apache/brpc/issues/2769#issuecomment-2376275337
> [Streaming RPC](https://github.com/apache/brpc/blob/master/docs/cn/streaming_rpc.md)可以保证顺序。 > [Streaming RPC](https://github.com/apache/brpc/blob/master/docs/cn/streaming_rpc.md)可以保证顺序。 再思考了一下,的确可以用到streaming的方式。 我将原来的多个RPC方法接口,统一到一个接口中。然后在随后的streaming通信中传递request和返回response。 感觉似乎不太优雅和奇怪,但技术上的确可行。 另外streaming是如何保序,是因为单线程处理吗? -- 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