namelij opened a new issue #1416: URL: https://github.com/apache/incubator-brpc/issues/1416
现在的业务是基于sofa来实现的,想对整个业务使用brpc进行升级 有个关键点,我们现在系统中有几个微服务A B C D E 流量来了之后,先进入E这个微服务,在E微服务中,对A B C D这四个微服务进行串行调用(严格串行),比如通过调用A来获取用户画像,然后用A返回的结果,进行协议适配后,再去以rpc方式请求B,同理 C 和 D 现在使用sofa操作,A B C D这个四部操作都是使用异步方式 看了ExecutionQueue这个,但是例子中,貌似是对ExecutionQueue中的iter串行操作 我想请教下,使用ExecutionQueue是否能做到对A B C D的异步执行行为 -- 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]
