You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/10/25 10:25:45 UTC

[GitHub] [dubbo] Crispinli opened a new issue #9128: 多个微服务调用时共用一个超时时间?

Crispinli opened a new issue #9128:
URL: https://github.com/apache/dubbo/issues/9128


   对外提供服务时,我们服务整体的超时时间为100ms。
   服务内部是3个微服务之间的调用,假设3个微服务的名称分别为A、B、C,具体的调用方式为:A调用B并等待B的结果,拿到B的结果后,A调用C并等待C的结果,拿到C的结果后返回。
   我们诉求是,让上边描述的调用过程共用这100ms的超时时间,这样就能动态的去使用这100ms而不是为B和C单独设置超时时间。


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] CrazyHZM commented on issue #9128: 多个微服务调用时共用一个超时时间?

Posted by GitBox <gi...@apache.org>.
CrazyHZM commented on issue #9128:
URL: https://github.com/apache/dubbo/issues/9128#issuecomment-962528262


   No feedback for a long time, please close the issue temporarily. If there is still a problem, you can reopen it.


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] CrazyHZM closed issue #9128: 多个微服务调用时共用一个超时时间?

Posted by GitBox <gi...@apache.org>.
CrazyHZM closed issue #9128:
URL: https://github.com/apache/dubbo/issues/9128


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #9128: 多个微服务调用时共用一个超时时间?

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #9128:
URL: https://github.com/apache/dubbo/issues/9128#issuecomment-952694337


   使用 TIMEOUT_COUNTDOWN
   
   Reference.getParameters().put(CommonConstants.ENABLE_TIMEOUT_COUNTDOWN_KEY, "true")


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org