Akashisang commented on issue #3033:
URL: https://github.com/apache/dubbo-go/issues/3033#issuecomment-3507888758

   建议在配置registryConfig的时候显式指定注册类型
   `
   registryConfig := &config.RegistryConfig{
        Protocol: "zookeeper",
        Address:  "zookeeper:2181",
        RegistryType: "interface", // 显示指定 Interface-level
   }
   `
   如果仍然不能发现服务,请检查其他设置是否正确


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