yanglimingcn commented on issue #3068: URL: https://github.com/apache/brpc/issues/3068#issuecomment-3204529641
> > 新版本的代码有修改,不过span的使用也是需要注意一下的。你的使用场景是怎么样的?会启动bthread,并发操作span吗? > > 服务调用时会并发请求,比如我们出现core的服务是a,服务a内部调用a->b,a->c,a->d,三次请求是并发的,未显示使用bthread,用的是brpc异步请求。 这种使用方式会有问题吗? 按说异步RPC也没问题,只是b、c、d必须保证在a之前结束。 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
