cdjingit commented on issue #1416: URL: https://github.com/apache/incubator-brpc/issues/1416#issuecomment-851336541
不需要这么麻烦,E收到请求后依次请求各个服务即可A RPC -> B RPC -> C RPC -> D RPC。brpc优点之一就是可以用同步的方式写异步执行的代码,bthread在框架层面提供这样的调度。建议先看下[文档](https://github.com/apache/incubator-brpc/blob/master/docs/cn/client.md#%E5%8F%91%E8%B5%B7%E8%AE%BF%E9%97%AE) -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
