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
Type: feature request
在server端未配置namespace,此时服务注册时设置了一个随意的命名空间,服务注册成功,在console上的服务管理其实是无法找到该服务, 除非在console端配置,对使用者会造成疑惑。
是否采用如下方式比较合适: 1)当服务配置的namespace(非默认的Public)未配置时,服务注册是否应注册失败 2)当服务配置的namespace(非默认的Public)未配置时,console会自动创建出namespace
nacos 1.2.0
The text was updated successfully, but these errors were encountered:
Currently, for some reason, a namespace not created on the console cannot be displayed and persisted, which will be fixed in a future release
Sorry, something went wrong.
duplicate with #4134
chuntaojun
No branches or pull requests
Issue Description
Type: feature request
Describe what happened (or what feature you want)
在server端未配置namespace,此时服务注册时设置了一个随意的命名空间,服务注册成功,在console上的服务管理其实是无法找到该服务, 除非在console端配置,对使用者会造成疑惑。
Describe what you expected to happen
是否采用如下方式比较合适:
1)当服务配置的namespace(非默认的Public)未配置时,服务注册是否应注册失败
2)当服务配置的namespace(非默认的Public)未配置时,console会自动创建出namespace
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
nacos 1.2.0
Anything else we need to know?
The text was updated successfully, but these errors were encountered: