Skip to content
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

优化命名空间管理逻辑,支持与配置中心、注册中心联动 #126

Closed
heqingpan opened this issue Aug 13, 2024 · 1 comment

Comments

@heqingpan
Copy link
Collaborator

优化命名空间管理逻辑,之前的信息持久化放在配置中心的一个特定的配置文件中,在支持数据迁移场景与增强命名空间功能方面限制比较大。
本次计划把命名空间持久化信息放到raft的一张独立表单独管理。

同时增强配置中心、注册中心联动:在创建配置或服务时,如果不存在对应的命名空间,系统会自动增加对应命名空间。

heqingpan added a commit that referenced this issue Aug 13, 2024
heqingpan added a commit that referenced this issue Sep 12, 2024
2、优化单节点支持更新集群ip地址逻辑,如果当前节点与集群ip相同则不用更新 ;
heqingpan added a commit that referenced this issue Oct 11, 2024
1. 当通过api设置一个新配置,其配置命名空间不存在时;会自动创建一个命名值,以方便控制台管理;
2. 当通过api注册一个服务实例,其服务命名空间不存在时;会自动创建一个命名值,以方便控制台管理;
#126
@heqingpan
Copy link
Collaborator Author

已在r-nacos v0.6.1 版本处理。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant