Skip to content

Commit

Permalink
Even more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Sep 26, 2023
1 parent 884413d commit 086b4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer/groupcsm/groupcsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func (gc *T) rebalance(actDesc *actor.Descriptor, topicConsumers map[string]*top
}
// Notify the caller that rebalancing has completed successfully.
rebalanceResultCh <- nil
return
actDesc.Log().Infof("finished rebalancing partitions: %s", prettyfmt.Val(assignedPartitions))
}

// rewireMuxAsync calls muxInputs in another goroutine.
Expand Down

0 comments on commit 086b4cf

Please sign in to comment.