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

ccloud_schema_registry_url not used by in ksql, c3 and rest (only in connect) #1425

Open
Schm1tz1 opened this issue Jun 20, 2023 · 1 comment

Comments

@Schm1tz1
Copy link
Member

For Confluent Enterprise Support customers, we would strongly advise you to open a Support ticket which will be addressed within your Support contract SLA at https://support.confluent.io

Describe the issue
When deploying self-managed components, schema.registry.url is missing for rest, ksql and c3 properties even if ccloud_schema_registry_url is congihured and ccloud_schema_registry_enabled: true while for connect it does work.

To Reproduce
Steps to reproduce the behaviour:
Do some self-managed deployment of the components mentioned with
ccloud_schema_registry_enabled: true
ccloud_schema_registry_url: ...
ccloud_schema_registry_key: ...
ccloud_schema_registry_secret: ...

Expected behaviour
schema.registry.url should be present in properties but it is missing and causes warnings/errors!

Inventory File
see above

Note: I already have a fix locally and will create a PR that resolves the issue - in case of ksql, c3 and rest the condition needed to be changed as it was done for connect in the past:

enabled: "{{ 'schema_registry' in groups or ccloud_schema_registry_enabled|bool }}"

@Schm1tz1
Copy link
Member Author

Added PR to fix this issue: #1426

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