You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/08/11 06:20:56 UTC

[GitHub] [dubbo-go] ChangedenCZD edited a comment on issue #1375: [QUESTION]如何正确启动 dubbo-go + nacos 泛化client?

ChangedenCZD edited a comment on issue #1375:
URL: https://github.com/apache/dubbo-go/issues/1375#issuecomment-896533509


   原因是没有先启动相关的provider实例,可在对应的reference配置加check: false
   ```yml
   references:
     "UserProvider":
       registry: "demoZk"
       protocol : "dubbo"
       interface : "org.apache.dubbo.UserProvider"
       cluster: "failover"
       check: false
       methods :
       - name: "GetUser"
         retries: 3
   ```


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org