-
Notifications
You must be signed in to change notification settings - Fork 599
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
+118
−47
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. |
xxchan
force-pushed
the
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
branch
4 times, most recently
from
January 9, 2025 09:32
75db837
to
b273cf4
Compare
xxchan
force-pushed
the
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
branch
from
January 9, 2025 10:44
b273cf4
to
4d87885
Compare
xxchan
force-pushed
the
xxchan/drop-cg
branch
from
January 15, 2025 02:13
40eed20
to
5ec4841
Compare
xxchan
force-pushed
the
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
branch
from
January 15, 2025 02:13
4d87885
to
99283e7
Compare
xxchan
force-pushed
the
xxchan/drop-cg
branch
from
January 15, 2025 02:27
5ec4841
to
c74bc2c
Compare
xxchan
force-pushed
the
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
branch
from
January 15, 2025 02:42
99283e7
to
e4d51a9
Compare
xxchan
force-pushed
the
xxchan/drop-cg
branch
from
January 15, 2025 05:44
558f803
to
4da5a88
Compare
xxchan
force-pushed
the
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
branch
2 times, most recently
from
January 15, 2025 06:21
076a30f
to
3f704a5
Compare
xxchan
force-pushed
the
xxchan/drop-cg
branch
from
January 17, 2025 00:25
eb6edbf
to
8168248
Compare
xxchan
force-pushed
the
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
branch
from
January 17, 2025 00:25
d42e649
to
9a9021d
Compare
xxchan
force-pushed
the
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
branch
from
January 17, 2025 01:14
9a9021d
to
0904098
Compare
Merge activity
|
xxchan
force-pushed
the
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
branch
from
January 17, 2025 02:06
0904098
to
b8c4d1c
Compare
stdrc
approved these changes
Jan 17, 2025
BugenZhao
approved these changes
Jan 17, 2025
xxchan
force-pushed
the
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
branch
from
January 17, 2025 08:35
b8c4d1c
to
226e404
Compare
Signed-off-by: xxchan <[email protected]>
xxchan
force-pushed
the
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
branch
from
January 17, 2025 08:57
226e404
to
5173648
Compare
xxchan
deleted the
01-09-feat_delete_kafka_consumer_group_when_source_backfill_is_finished
branch
January 17, 2025 10:14
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.