cheungsuifai commented on issue #2769: URL: https://github.com/apache/brpc/issues/2769#issuecomment-2372826534
> 顺序要求是针对不同client、不同server接口还是两者都有? 针对同一个client的不同的server接口 例如现在有两个client(Client A,Client B)发送一系列的RPC请求。 Client A发送顺序是 A1,A2,A3 Client B发送顺序是 B1,B2,B3 Server多个线程收到的请求的时间顺序是A1,B1,B2,A3,B3,A2。 其中Client B的请求顺序是OK,按序执行即可; 而Client A的请求是乱序的(A1,A3,A2),我希望可以Server在执行的时候能按(A1,A2,A3)的顺序执行。 -- 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