1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java10,177 forks (10,177 forks)batch import
area/portalhelp wantedkind/question
Repository metrics
- Stars
- 29,769 stars (29,769 stars)
- PR merge metrics
- Avg merge 4d 13h (Avg merge 4d 13h)6 merged PRs in 30d (6 merged PRs in 30d)
Description
场景:想清理项目中废弃的 Apollo 参数,有现成的功能能够支持我一键导出废弃的配置列表吗?
如果是手动处理,需要将 Apollo 上配置的参数复制,在项目中全局搜索,以此判断是否还在使用?有更好的办法吗?
Contributor guide
- Research direction
- Investigate if Apollo provides an API or CLI to list unused configurations, or design a script to scan the codebase for references to Apollo keys and compare with the config list.
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- None