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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

3 participants