Skip to content

Commit

Permalink
consumer-group: do not cancel sessions context during rebalance
Browse files Browse the repository at this point in the history
  • Loading branch information
niamster committed Mar 23, 2022
1 parent bad67e5 commit 82f0244
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consumer_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,6 @@ func (s *consumerGroupSession) heartbeatLoop() {
retries = s.parent.config.Metadata.Retry.Max
case ErrRebalanceInProgress:
retries = s.parent.config.Metadata.Retry.Max
s.cancel()
case ErrUnknownMemberId, ErrIllegalGeneration:
return
default:
Expand Down

0 comments on commit 82f0244

Please sign in to comment.