Qyt-Coding commented on issue #10118: URL: https://github.com/apache/dubbo/issues/10118#issuecomment-1151148534
> 这个应该是Dubbo启动顺序影响的,看了demo是应用内自己调用自己的,Dubbo 目前是先初始化消费端再初始化服务端的,所以在初始化消费端的时候服务端还没 ready,端口没打开,所以会报连接错误。可以拆分为两个应用,服务端先启动应该就没问题了 理论上设置了@DubboReference(check = false)就不会启动时检测提供者是否存在了,我用zk做注册中心的时候就不会报错 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
