We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8943d05 + e5eb76f commit a506abdCopy full SHA for a506abd
lib/kafka/consumer_group.rb
@@ -48,6 +48,7 @@ def join
48
rescue ConnectionError
49
@logger.error "Connection error while trying to join group `#{@group_id}`; retrying..."
50
sleep 1
51
+ @cluster.mark_as_stale!
52
@coordinator = nil
53
retry
54
end
0 commit comments