-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Enhancement] Support for alternation of confluent schema registry addr #21241
Merged
Conversation
This file contains 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
Signed-off-by: Zaorang Yang <zaorangy@gmail.com>
Kudos, SonarCloud Quality Gate passed! |
chaoyli
reviewed
Apr 10, 2023
fe/fe-core/src/test/java/com/starrocks/analysis/AlterRoutineLoadStmtTest.java
Show resolved
Hide resolved
rickif
approved these changes
Apr 11, 2023
meegoo
approved these changes
Apr 11, 2023
chaoyli
approved these changes
Apr 12, 2023
@Mergifyio backport branch-3.0 |
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Apr 12, 2023
…dr (#21241) This PR allows you to change the confluent schema registry address for a routine load. If you want to change this property, you can use this SQL: ALTER ROUTINE LOAD FOR db1.label1 FROM Kafka ( "confluent.schema.registry.url"="https:key:password@registryserverAddr" ); (cherry picked from commit daa7b03)
wanpengfei-git
pushed a commit
that referenced
this pull request
Apr 12, 2023
…dr (#21241) This PR allows you to change the confluent schema registry address for a routine load. If you want to change this property, you can use this SQL: ALTER ROUTINE LOAD FOR db1.label1 FROM Kafka ( "confluent.schema.registry.url"="https:key:password@registryserverAddr" ); (cherry picked from commit daa7b03)
16 tasks
imay
pushed a commit
that referenced
this pull request
Apr 13, 2023
PR #21241 supports modifying the schema registry address, but when modifying other parameters, FE fails to pass schema registry address parameters to BE, causing the task aborted. This PR fixes the problem. Signed-off-by: Zaorang Yang <zaorangy@gmail.com>
numbernumberone
pushed a commit
to numbernumberone/starrocks
that referenced
this pull request
May 31, 2023
…dr (StarRocks#21241) This PR allows you to change the confluent schema registry address for a routine load. If you want to change this property, you can use this SQL: ALTER ROUTINE LOAD FOR db1.label1 FROM Kafka ( "confluent.schema.registry.url"="https:key:password@registryserverAddr" );
numbernumberone
pushed a commit
to numbernumberone/starrocks
that referenced
this pull request
May 31, 2023
…21552) PR StarRocks#21241 supports modifying the schema registry address, but when modifying other parameters, FE fails to pass schema registry address parameters to BE, causing the task aborted. This PR fixes the problem. Signed-off-by: Zaorang Yang <zaorangy@gmail.com>
abc982627271
pushed a commit
to abc982627271/starrocks
that referenced
this pull request
Jun 5, 2023
…dr (StarRocks#21241) This PR allows you to change the confluent schema registry address for a routine load. If you want to change this property, you can use this SQL: ALTER ROUTINE LOAD FOR db1.label1 FROM Kafka ( "confluent.schema.registry.url"="https:key:password@registryserverAddr" );
abc982627271
pushed a commit
to abc982627271/starrocks
that referenced
this pull request
Jun 5, 2023
…21552) PR StarRocks#21241 supports modifying the schema registry address, but when modifying other parameters, FE fails to pass schema registry address parameters to BE, causing the task aborted. This PR fixes the problem. Signed-off-by: Zaorang Yang <zaorangy@gmail.com>
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.
What type of PR is this:
Which issues of this PR fixes :
Fixes #
Problem Summary(Required) :
This PR allows you to change the confluent schema registry address for a routine load. If you want to change this property, you can use this SQL:
Checklist:
Bugfix cherry-pick branch check: