Skip to content

Commit

Permalink
fix typo (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
su5kk authored Jun 28, 2024
1 parent ebca72e commit 7b9c99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumergroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ func (g *Generation) partitionWatcher(interval time.Duration, topic string) {
case err == nil, errors.Is(err, UnknownTopicOrPartition):
if len(ops) != oParts {
g.log(func(l Logger) {
l.Printf("Partition changes found, reblancing group: %v.", g.GroupID)
l.Printf("Partition changes found, rebalancing group: %v.", g.GroupID)
})
return
}
Expand Down

0 comments on commit 7b9c99d

Please sign in to comment.