Skip to content

Commit 94e9f13

Browse files
committed
[Chore] Fix a bug that when join_group is running, a new subscribed topic will be ignored
1 parent 7cf1872 commit 94e9f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kafka/consumer.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ def make_final_offsets_commit!(attempts = 3)
472472
end
473473

474474
def join_group
475+
@join_group_for_new_topics = false
475476
old_generation_id = @group.generation_id
476477

477478
@group.join
@@ -492,7 +493,6 @@ def join_group
492493
end
493494

494495
@fetcher.reset
495-
@join_group_for_new_topics = false
496496

497497
@group.assigned_partitions.each do |topic, partitions|
498498
partitions.each do |partition|

0 commit comments

Comments
 (0)