-
Notifications
You must be signed in to change notification settings - Fork 374
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
[CELEBORN-1286] Introduce configuration.md to document dynamic config and config service #2336
Conversation
cc @RexXiong, @AngersZhuuuu. |
ed32050
to
fe64d7d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2336 +/- ##
==========================================
+ Coverage 48.76% 48.90% +0.14%
==========================================
Files 207 207
Lines 12939 12939
Branches 1113 1113
==========================================
+ Hits 6309 6327 +18
+ Misses 6221 6207 -14
+ Partials 409 405 -4 ☔ View full report in Codecov by Sentry. |
fe64d7d
to
0484edd
Compare
4cb5b43
to
a70b027
Compare
8fa2266
to
e3e6b77
Compare
… and config service
e3e6b77
to
15b36a8
Compare
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.
LGTM
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.
LGTM, thanks.
LGTM. Mreged into main(v0.5.0). |
What changes were proposed in this pull request?
Introduce
configuration.md
to document dynamic config and config service.Why are the changes needed?
DynamicConfig
andConfigService
have already been supported in #2100, which should be documented to introduce the feature.Does this PR introduce any user-facing change?
No.
How was this patch tested?
No.