-
Notifications
You must be signed in to change notification settings - Fork 599
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
rpk: add rpk registry mode
command
#22675
Conversation
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
|
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/52337#01910b7e-409c-45f7-a0fb-ead6c27bde45 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/52337#01910b80-8420-4ef6-9393-02037da2951c ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/52370#01910f9b-111d-4e6e-a0f0-6fb1dd3d824b |
The global operation seems a bit error prune. The user might just forget to pass a subject and end up changing the mode globally without knowing. Should we gate this behind a confirmation, or modify the global operation to work with a flag |
New command that let users modify the schema registry mode with rpk.
1f8d93d
to
ec46920
Compare
new failures in https://buildkite.com/redpanda/redpanda/builds/52370#01910f9b-111b-492f-affb-5f00f4b25ad3:
new failures in https://buildkite.com/redpanda/redpanda/builds/52370#01910f9b-1120-467b-8d3f-55b314274b1d:
|
/backport v24.2.x |
This PR adds the new
rpk registry mode
commandFixes https://github.com/redpanda-data/devex/issues/29
Examples
Set a mode
Set the global mode
Get the mode of foo, bar, and the global mode
All new commands include support for the
--format
flag.Backports Required
Release Notes
Features
rpk registry mode
to manage the schema registry mode.