Skip to content

Commit

Permalink
Merge pull request #833 from zendesk/dasch-hardening
Browse files Browse the repository at this point in the history
Add some hardening
  • Loading branch information
dasch authored Jun 2, 2020
2 parents 99244c1 + 6579253 commit f7c8510
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/kafka/consumer_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ def join_group
@member_id = ""
sleep 1

retry
rescue CoordinatorLoadInProgress
@logger.error "Coordinator broker still loading, retrying in 1s..."

sleep 1

retry
end

Expand Down

0 comments on commit f7c8510

Please sign in to comment.