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 2019/07/18 08:28:52 UTC

[GitHub] [servicecomb-java-chassis] zhuhongqi commented on issue #1268: RestTemplateBuilder.create使用问题

zhuhongqi commented on issue #1268: RestTemplateBuilder.create使用问题
URL: https://github.com/apache/servicecomb-java-chassis/issues/1268#issuecomment-512718791
 
 
   > Timeout is not controlled by the RestTemplate instance
   > it's depend on configuration:
   > 
   > ```
   >   global:             servicecomb.request.timeout
   >   microservice:       servicecomb.request.${service}.timeout
   >   schema:             servicecomb.request.${service}.${schema}.timeout
   >   operation:          servicecomb.request.${service}.${schema}.${operation}.timeout
   > ```
   > 
   > operation has the highest priority
   
   我使用的是CSE,在microservice.yaml里面如何配置operation级别的超时

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services