You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "itsql (GitHub)" <gi...@apache.org> on 2019/03/19 09:23:35 UTC

[GitHub] [incubator-dubbo] itsql opened issue #3691: 本地直连,消费端能正常请求到服务端,服务端也能在1s内完成业务返回数据,但是消费端无法接收到数据,并且50s后出现超时异常。

dubbo.registry.id=ssj-dubbo-registry
dubbo.registry.address=N/A
dubbo.protocol.serialization=java
dubbo.consumer.timeout=50000
#/**注意这里的注解是dubbo的注解,这里没有使用注册中心,为直连方式,各自本地开发可以放开 (dubbo://ip:服务端口)
 dubbo.reference.url = dubbo://127.0.0.1:12345


以上为我的点对点的配置

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