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

Kafkasql storage does not properly handle the owner field. #5732

Closed
carlesarnal opened this issue Dec 19, 2024 · 2 comments · Fixed by #5731
Closed

Kafkasql storage does not properly handle the owner field. #5732

carlesarnal opened this issue Dec 19, 2024 · 2 comments · Fixed by #5731
Milestone

Comments

@carlesarnal
Copy link
Member

The KafkaSQL storage is fetching the owner in the sink thread, which causes it to be empty since this value is only available in the HTTP request thread.

@carlesarnal carlesarnal linked a pull request Dec 19, 2024 that will close this issue
@carlesarnal carlesarnal moved this to In Progress in Registry 3.0 Dec 19, 2024
@carlesarnal carlesarnal added this to the 3.0.7 milestone Dec 19, 2024
@pwright
Copy link
Contributor

pwright commented Dec 19, 2024

@carlesarnal what's the workaround? eg Do not set owner-only-authorization ?

cc @rkubis

Note: https://www.apicur.io/registry/docs/apicurio-registry/2.3.x/getting-started/assembly-configuring-the-registry.html has mention of this property, but seems to have been removed some time later.

@github-project-automation github-project-automation bot moved this from In Progress to Done in Registry 3.0 Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants