-
Notifications
You must be signed in to change notification settings - Fork 592
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
[CORE-4442] schema_registry: Support subjectPrefix for get_subjects #20145
[CORE-4442] schema_registry: Support subjectPrefix for get_subjects #20145
Conversation
Signed-off-by: Ben Pope <ben@redpanda.com>
2ff26f3
to
1b9d26f
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 :)
@@ -574,6 +574,12 @@ | |||
"in": "query", | |||
"required": false, | |||
"type": "string" | |||
}, | |||
{ | |||
"name": "subjectPrefix", |
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.
Should this have a description?
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.
Should this have a description?
Probably, but none of the query parameters do, I have a task to improve this.
/backport v24.1.x |
/backport v23.3.x |
Support
subjectPrefix
forGET /subjects
Backports Required
Release Notes
Features
subjectPrefix
forGET /subjects