pirDOL opened a new issue, #2702:
URL: https://github.com/apache/brpc/issues/2702

   **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)**
   通过半同步半异步rpc请求两个下游服务S1和S2,先Join S1,等待其返回后,如果S2有返回则直接使用,否则调用StartCancel不再继续等待S2
   目前想通过StartCancel+Join实现对S2的TryJoinOrCancel的语义
   那么如果调用StartCancel之前请求S2的rpc已经结束,调用StartCancel(S2)以后,是否会影响S2 
Controller的相关内容,比如ErrorCode、Failed状态等
   
   **Describe the solution you'd like (描述你期望的解决方法)**
   不涉及
   
   **Describe alternatives you've considered (描述你想到的折衷方案)**
   不涉及
   
   **Additional context/screenshots (更多上下文/截图)**
   不涉及
   


-- 
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.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

Reply via email to