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

Unify configuration of KafkaSQL storage to a single approach #5442

Open
EricWittmann opened this issue Oct 30, 2024 · 0 comments
Open

Unify configuration of KafkaSQL storage to a single approach #5442

EricWittmann opened this issue Oct 30, 2024 · 0 comments

Comments

@EricWittmann
Copy link
Member

EricWittmann commented Oct 30, 2024

There are two ways to configure Kafka security properties. We have some explicit configuration options here:

https://github.com/Apicurio/apicurio-registry/blob/main/app/src/main/java/io/apicurio/registry/storage/impl/kafkasql/KafkaSqlFactory.java#L101

...and there is a general way to configure producers/consumers here:

https://github.com/Apicurio/apicurio-registry/blob/main/app/src/main/java/io/apicurio/registry/storage/impl/kafkasql/KafkaSqlFactory.java#L83

The old operator has been using the second approach, and I think we should remove the specific configuration and instead document how to use the general properties feature.

@EricWittmann EricWittmann converted this from a draft issue Oct 30, 2024
@EricWittmann EricWittmann added this to the 3.0.4 milestone Oct 30, 2024
@carlesarnal carlesarnal modified the milestones: 3.0.4, 3.0.5 Nov 14, 2024
@EricWittmann EricWittmann modified the milestones: 3.0.5, 3.0.6 Dec 3, 2024
@EricWittmann EricWittmann modified the milestones: 3.0.6, 3.0.7 Dec 13, 2024
@carlesarnal carlesarnal moved this from Backlog to In Progress in Registry 3.0 Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

3 participants