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/06/24 08:34:47 UTC

[GitHub] [servicecomb-java-chassis] helloworldhelloworld opened a new issue #2433: CSE跨应用调用定制微服务超时时间

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


   同应用内微服务内超时时间可以通过
   微服务名:
     schemeId: 
        timeout:xxx
   超时可以生效
   
   双注册的场景下,
   跨应用的超时怎么设置
   applicationId:
     微服务名:
        timeout?
   实际试了,没生效


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



[GitHub] [servicecomb-java-chassis] helloworldhelloworld closed issue #2433: CSE跨应用调用定制微服务超时时间

Posted by GitBox <gi...@apache.org>.
helloworldhelloworld closed issue #2433:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2433


   


-- 
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 #2433: CSE跨应用调用定制微服务超时时间

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


   当前版本应该不支持配置 APP:SERVICENAME 作为超时的配置的。 你可以试试直接用 SERIVCENAME, 但是得保证微服务名不重复。 详细情况可以看下 OperationConfig 和 MicroserviceVersionMeta 的代码实现。 


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



[GitHub] [servicecomb-java-chassis] helloworldhelloworld commented on issue #2433: CSE跨应用调用定制微服务超时时间

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


   跨服务调用,使用applicationId:schemeId:
                                    timeout:xxx  方式可以生效。


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