huangjun0124 opened a new issue, #2006:
URL: https://github.com/apache/dubbo-go/issues/2006

   dubbo.yaml 中按照如下配置 consumer,check设置为了false,但是启动时会因为无法连接url服务而直接panic。
   java 项目就没有这个问题。
   consumer:
           request-timeout: 20s
           check: false
           filter: "cshutdown" #common-filter,
           references:
               SampleService:
                   check: false
                   registry-ids:
                       - localzk
                   Retries: "1"
                   protocol: "dubbo"
                   interface: "com.demo.SampleService"
                   url: "dubbo://com.demo.sampleservice:20008"


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

Reply via email to