feat(metadata): 支持将 Storage 和 Feature Flag 配置同步到 Consul 与 Redis - #11685
feat(metadata): 支持将 Storage 和 Feature Flag 配置同步到 Consul 与 Redis#11685Zhaoyikaiii wants to merge 6 commits into
Conversation
|
请在 PR 中添加项目标签,例如: |
|
请在 PR 中添加类型标签,例如: |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8880e22354
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ffd763d7a0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b5250944ba
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d3b89eadcd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 69ed5dcf5f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep it up! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
变更内容
master重建 Storage 和 Feature Flag 配置相关改动FeatureFlag模型,并将迁移重建为0274_feature_flag背景与原因
原
feat/featureflag_and_storage分支基于较旧的迁移图,同时混入了与本功能无关的测试环境兼容性改动。此外,原实现只写入 Redis,没有向 unify-query 订阅的频道发布通知,因此运行时配置更新后无法触发重新加载。本 PR 仅保留 Storage 和 Feature Flag 相关范围,并基于最新主分支重新构建;同时统一 Redis 通知协议,使其与 unify-query 对应的 Provider 改动保持一致。
影响范围
验证情况
ruff checkgit diff --check0274_feature_flag是 metadata 唯一的叶子迁移TencentBlueKing/bk-monitor-base子模块不可用,且本地没有 MySQL 测试服务。相关 metadata 测试需要由 CI 在仓库支持的环境中执行。