Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[RFC] Standardized viper framework for vitess configuration parameters #11456
[RFC] Standardized viper framework for vitess configuration parameters #11456
Changes from all commits
115da66
5b40343
41dd81c
893e000
6a65f86
c107a39
35365b2
1ad9054
16931c8
714f38f
a53efce
c13fb66
d56f4ac
a7f61a3
ae1eb1c
21f2411
daae99e
b0566d7
c6db943
601c62d
26cc551
4d3fdca
bada60a
d8ee263
ab160d1
9d7f092
9710c89
0f4a6c6
1cb6ef5
99dba7f
57366b0
6722cf2
02a976d
cabbc13
9c20ba9
5b48d5f
383ab10
1b0aafb
c9ea5cc
f33c249
35b4328
59c7c4c
2c77187
3c67de2
0574e0d
fe994d4
0b5e4c1
0bcbb4f
37d42de
02c843b
43b114b
4d5151f
1d57625
1df178c
d5ff18a
2410b5d
4b560ff
9ad7be5
7e812e0
5d4b8e0
082d9a9
8349ea0
2246d6a
60d0ea1
79d06ae
124a745
625135e
cf8b229
cbf55ea
8ff1866
fa2d48f
fe2792d
432fd6f
fdeb7d4
f942159
674c256
860c865
c1a77da
d4bd4b5
cff1efa
fbf2989
dae6669
b76a4fe
485d09f
a00b9a4
67cd23d
ad52e4e
2ee8df9
2c9f4be
88def22
21e0350
cb80b7b
0598cbd
be0c895
554c38d
63ba912
52f94b4
098f0d2
dee064f
0da240e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
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.
Is it worth opting in specific binaries into viper? IOW, do we really need utility binaries like this one (and zkctl etc.) to have the new functionality?
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.
🤷 i don't have a strong preference either way. we'd just need to move the flag regstration from
OnParse
toOnParseFor
here