-
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
[v23.3.x] [CORE-60] Schema Registry: Support /mode
#18742
Merged
michael-redpanda
merged 17 commits into
redpanda-data:v23.3.x
from
BenPope:backport-pr-17952-v23.3.x
Jun 10, 2024
Merged
[v23.3.x] [CORE-60] Schema Registry: Support /mode
#18742
michael-redpanda
merged 17 commits into
redpanda-data:v23.3.x
from
BenPope:backport-pr-17952-v23.3.x
Jun 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit c999928)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 5fb72fc)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 452556b)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 88e1993)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit ba05b97)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 390fc71)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 7aa34ff)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 71c5fef)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 6ce966f)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 2776733)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 282854b)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit b55d09e)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit ccdb7d6)
BenPope
added
area/schema-registry
Schema Registry service within Redpanda
kind/backport
PRs targeting a stable branch
labels
May 31, 2024
michael-redpanda
approved these changes
May 31, 2024
BenPope
force-pushed
the
backport-pr-17952-v23.3.x
branch
from
May 31, 2024 17:10
008eac4
to
b9cc283
Compare
Changes in force-push
|
BenPope
force-pushed
the
backport-pr-17952-v23.3.x
branch
from
June 7, 2024 08:03
b9cc283
to
d281d3f
Compare
BenPope
force-pushed
the
backport-pr-17952-v23.3.x
branch
from
June 7, 2024 16:34
d281d3f
to
ba649b6
Compare
michael-redpanda
merged commit Jun 10, 2024
4290261
into
redpanda-data:v23.3.x
14 of 18 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/redpanda
area/schema-registry
Schema Registry service within Redpanda
kind/backport
PRs targeting a stable branch
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.
Backport of PR #17952
Fixes #18739
Manual because I'd already brought in two commits during #18624 which I needed to skip. I also added this .
And SaslCredentials has been changed.
And
inline error_info mode_is_readonly(const std::optional<subject>& sub)
is changed to unwrap the string to prevent it from being enclosed in{}