You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "709386104 (GitHub)" <gi...@apache.org> on 2019/03/12 05:42:16 UTC

[GitHub] [incubator-dubbo-spring-boot-project] 709386104 opened issue #464: timeout is not work when I use direct url to invoke provider

provider:
@Service(
        timeout = 10000,
        version = "2.0.0",
        application = "${dubbo.application.id}",
        protocol = "${dubbo.protocol.id}",
        registry = "${dubbo.registry.id}"
)
consumer:
@Reference(version = "2.0.0",
            application = "${dubbo.application.id}",
            registry = "${dubbo.registry.id}",url="192.168.1.116:20880")//本地直连测试
正常情况下,provider 设置为timeout=10s, 此时消费端的超时时间应该是10s,
但是如果消费端加上直连的参数(url),消费端1s就已经超时了。

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/464 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] 709386104 closed issue #464: timeout is not work when I use direct url to invoke provider

Posted by "709386104 (GitHub)" <gi...@apache.org>.
[ issue closed by 709386104 ]

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/464 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org