[config/configretry] Migrate BackOffConfig to schema-based configuration generated by mdatagen - #15502
[config/configretry] Migrate BackOffConfig to schema-based configuration generated by mdatagen#15502jkoronaAtCisco wants to merge 10 commits into
BackOffConfig to schema-based configuration generated by mdatagen#15502Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #15502 +/- ##
=======================================
Coverage 91.05% 91.05%
=======================================
Files 729 730 +1
Lines 48478 48485 +7
=======================================
+ Hits 44143 44150 +7
Misses 3008 3008
Partials 1327 1327 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Merging this PR will not alter performance
|
Description
Migrate
config/configretryto mdatagen schema-based configuration. Removes the hand-writtenBackOffConfigstruct andNewDefaultBackOffConfigconstructor in favor of generated code driven bymetadata.yamlandconfig.schema.json.Authorship