You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/08/16 06:58:39 UTC

[GitHub] [servicecomb-java-chassis] chenchanglong1997 opened a new issue #2505: 消费者如何根据每次请求设置动态的超时能力

chenchanglong1997 opened a new issue #2505:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2505


   cse有默认的请求超时时间,如何动态控制超时能力?


-- 
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: commits-unsubscribe@servicecomb.apache.org

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



[GitHub] [servicecomb-java-chassis] chenchanglong1997 commented on issue #2505: 消费者如何根据每次请求设置动态的超时能力

Posted by GitBox <gi...@apache.org>.
chenchanglong1997 commented on issue #2505:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2505#issuecomment-899281895


   最开始通过修改org.springframework.http.client.SimpleClientHttpRequestFactory的connectTimeout,readTimeout属性,但是不行


-- 
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: commits-unsubscribe@servicecomb.apache.org

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



[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2505: 消费者如何根据每次请求设置动态的超时能力

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #2505:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2505#issuecomment-900077973


   超时时间配置参考: http://servicecomb.gitee.io/servicecomb-java-chassis-doc/java-chassis/zh_CN/config-reference/rest-transport-client.html
   
   可以针对接口设置超时时间。 基于动态的请求特征设置, 目前还不支持。 


-- 
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: commits-unsubscribe@servicecomb.apache.org

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