-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
允许在同一个 nacos 配置节点中配置不同的 namespace 的配置 #320
Comments
想确认一下,有多少用户在使用过程中,会考虑把不同的应用放在不同的namespace。 😃 |
我现在所在的公司就是这样使用的,虽然我在纠正他们的错误,但历史包袱还在很多 |
这样不同命名空间之间的服务 ,无法调用服务了吧,都隔离了 |
我也需要这样的功能,多应用公用通用的配置,目前很不方便。 |
pengweiqhca
added a commit
to pengweiqhca/nacos-sdk-csharp
that referenced
this issue
Oct 13, 2024
…f different namespaces.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果不同的应用使用不同的namespace时,公共配置就非常不方便。
{ "NacosConfig": { "Listeners": [ { + "Namespace": "如果没有值时则使用外层配置的namespace", } ] }, "Namespace": "cs" }
The text was updated successfully, but these errors were encountered: