Fix for missing schema registry URL in rest, c3 and ksql (see issue 1425)#1426
Open
Roman Schmitz (Schm1tz1) wants to merge 432 commits intoconfluentinc:7.4.0-postfrom
Open
Fix for missing schema registry URL in rest, c3 and ksql (see issue 1425)#1426Roman Schmitz (Schm1tz1) wants to merge 432 commits intoconfluentinc:7.4.0-postfrom
Roman Schmitz (Schm1tz1) wants to merge 432 commits intoconfluentinc:7.4.0-postfrom
Conversation
bump cli version to 3.30.1 for 7.4.x
bump cli version to 3.30.1 for 7.5.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
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.
This is a fix for this issue.
Fixes # 1425
Type of change
How Has This Been Tested?
Example deployment in hybrid CCloud setup with a customer.
Checklist: