-
Notifications
You must be signed in to change notification settings - Fork 929
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
New Config API support #1499
New Config API support #1499
Conversation
* feat(config): add root&application config api * feat(config): add protocol config api * feat(config): remove structure embedding * feat(config): add registry config api builder * feat(config): add service discovery config api builder * feat(config): add prefix Set * feat(config): add consumer&provider&metric&metadata&remote_route&logger config api Co-authored-by: dongjianhui03 <dongjianhui03@meituan.com>
This pr's ci may pass after this pr merge: The config API samples is updating |
Codecov Report
@@ Coverage Diff @@
## 3.0 #1499 +/- ##
==========================================
- Coverage 42.71% 42.10% -0.62%
==========================================
Files 261 261
Lines 14957 15179 +222
==========================================
+ Hits 6389 6391 +2
- Misses 7819 8044 +225
+ Partials 749 744 -5
Continue to review full report at Codecov.
|
config/provider_config.go
Outdated
// Registry registry ids | ||
Registry []string `yaml:"registry" json:"registry" property:"registry"` | ||
// Registries registry ids TODO Registries? | ||
Registries []string `yaml:"registries" json:"registries" property:"registries"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为什么要修改这个?这个只是注册中心的ids
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IDs 也要用复数吧?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IDs 也要用复数吧?
No description provided.