Skip to content
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.2.x] schema_registry: Support the compatible format for CONFIG value #14875

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

BenPope
Copy link
Member

@BenPope BenPope commented Nov 10, 2023

Backport of PR #14866

An example of a config record to be supported.

```json
{
  "topic": "_schemas",
  "key": "{\"keytype\":\"CONFIG\",\"subject\":\"test-ben1234\",\"magic\":0}",
  "value": "{\"subject\":\"test-ben1234\",\"compatibilityLevel\":\"FULL_TRANSITIVE\"}",
  "timestamp": 1699574968787,
  "partition": 0,
  "offset": 2
}

```
The subject field in the value is not checked against the key.
Signed-off-by: Ben Pope <ben@redpanda.com>
(cherry picked from commit ae94457)
@BenPope
Copy link
Member Author

BenPope commented Nov 10, 2023

CI Failure is #12959 - backport in progress: #14881

@dotnwat dotnwat merged commit 2ba8116 into redpanda-data:v23.2.x Nov 10, 2023
26 of 27 checks passed
@piyushredpanda piyushredpanda modified the milestones: v23.2.x-next, v23.2.16 Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants