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
使用版本
SpringBoot: 2.0.6.RELEASE SpringCloudAlibaba: 0.2.0.RELEASE NACOS: 0.5.0
2.0.6.RELEASE
0.2.0.RELEASE
0.5.0
问题描述
使用 Nacos 的 discovery 功能,并且配置了 namespace,下图中的 namespace 指向 DEV 的 ID,但是在 Nacos 的控制台中,服务列表中,并没有将 user_service分配到 DEV 的 namespace 下面,点击任何一个 namespace Tab,都会出现 user_service,感觉是配置的 discovery.namespace:ID并没有生效。
discovery
user_service
The text was updated successfully, but these errors were encountered:
@gumutianqi 服务发现这块目前还不支持,目前该功能已经追踪在 #269
Sorry, something went wrong.
No branches or pull requests
使用版本
问题描述
使用 Nacos 的
discovery
功能,并且配置了 namespace,下图中的 namespace 指向 DEV 的 ID,但是在 Nacos 的控制台中,服务列表中,并没有将user_service
分配到 DEV 的 namespace 下面,点击任何一个 namespace Tab,都会出现user_service
,感觉是配置的 discovery.namespace:ID并没有生效。The text was updated successfully, but these errors were encountered: