We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dubbo: registries: demoZK: protocol: nacos address: 127.0.0.1:8848 registry-type: service username: nacos password: nacos timeout: 20s namespace: test group: test metadata-report: protocol: nacos address: 127.0.0.1:8848 protocols: triple: name: tri port: 20000 dubbo: name: dubbo port: 20001 params: username: nacos password: nacos provider: registryIDs: - demoZK services: GreeterProvider: protocolIDs: triple interface: com.apache.dubbo.sample.basic.IGreeter
想要注册到设定的test名称空间,但是指定的namespace和group都没有效果
版本 dubbo.apache.org/dubbo-go/v3 v3.0.0-rc2.0.20211026020634-a45fd29e8a6d
The text was updated successfully, but these errors were encountered:
期望结果能够注册到test的名称空间下,但是实际注册到了public,在demoZk下指定的namespace没有用
Sorry, something went wrong.
I can try to fix it
PRs are always welcomed, please mention this issue in your PR, thanks.
@qtsj1997 Fixed, refer to: #1573 (comment)
registries: demoZK: protocol: nacos address: 127.0.0.1:8848 registry-type: service username: nacos password: nacos timeout: 20s namespace: 9fb00abb-278d-42fc-96bf-e0151601e4a1 # your namespaceID generated from nacos UI
或参考samples:https://github.com/apache/dubbo-go-samples/blob/master/registry/nacos/go-client/conf/dubbogo.yml#L7
binbin0325
No branches or pull requests
配置内容
注册结果
想要注册到设定的test名称空间,但是指定的namespace和group都没有效果
版本
dubbo.apache.org/dubbo-go/v3 v3.0.0-rc2.0.20211026020634-a45fd29e8a6d
The text was updated successfully, but these errors were encountered: