-
Notifications
You must be signed in to change notification settings - Fork 597
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-7039] schema_registry: Tolerate null metadata and ruleSet #23044
[CORE-7039] schema_registry: Tolerate null metadata and ruleSet #23044
Conversation
In the absence of supporting these features, it's friendly to tolerate clients that explicitly set them to null, such as the latest DotNet client. Fixes redpanda-data#23038 Signed-off-by: Ben Pope <ben@redpanda.com>
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.
CI Failures are fixed by: |
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/53501#01918228-6d05-4a2f-be44-5ef29c75b5f8 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/53501#01918228-6d08-42e9-a913-a149535273e9 |
Ci Failures: |
/backport v24.2.x |
/backport v24.1.x |
/backport v23.3.x |
In the absence of supporting these features, it's friendly to tolerate clients that explicitly set them to
null
, such as the latest DotNet client.Fixes #23038
Backports Required
Release Notes
Improvements
null
metadata
andruleSet
when registering or querying a schema