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

Hard-deletion doesn't work for older schemas #2961

Open
crtlib opened this issue Feb 7, 2024 · 0 comments
Open

Hard-deletion doesn't work for older schemas #2961

crtlib opened this issue Feb 7, 2024 · 0 comments

Comments

@crtlib
Copy link

crtlib commented Feb 7, 2024

A lot of our old schemas have the following key format in _schemas topic:
{"subject":"<subject>","version":1,"magic":1,"keytype":"SCHEMA"}

When we've hard-deleted some of these schemas the following tombstones were emitted:
{"keytype":"SCHEMA","subject":"<subject>","version":1,"magic":1} null

Note, that the key is semantically the same, but it's a different string.
Such a hard deletion doesn't work, cause we see these schemas reappear in the schema registry after some time under unknown to us conditions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant