-
Notifications
You must be signed in to change notification settings - Fork 605
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
feat: delete Kafka consumer group when source backfill is finished #20077
Merged
xxchan
merged 2 commits into
main
from
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
Jan 17, 2025
Merged
feat: delete Kafka consumer group when source backfill is finished #20077
xxchan
merged 2 commits into
main
from
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
Jan 17, 2025
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
This was referenced Jan 9, 2025
This stack of pull requests is managed by Graphite. Learn more about stacking. |
75db837
to
b273cf4
Compare
b273cf4
to
4d87885
Compare
40eed20
to
5ec4841
Compare
4d87885
to
99283e7
Compare
5ec4841
to
c74bc2c
Compare
99283e7
to
e4d51a9
Compare
558f803
to
4da5a88
Compare
076a30f
to
3f704a5
Compare
eb6edbf
to
8168248
Compare
d42e649
to
9a9021d
Compare
9a9021d
to
0904098
Compare
Merge activity
|
0904098
to
b8c4d1c
Compare
stdrc
approved these changes
Jan 17, 2025
BugenZhao
approved these changes
Jan 17, 2025
b8c4d1c
to
226e404
Compare
Signed-off-by: xxchan <[email protected]>
226e404
to
5173648
Compare
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.
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
as title
Checklist
Documentation
Release note
Now Kafka consumer groups created by RisingWave Kafka source during backfill will be deleted when the backfill process is finished.