Skip to content

Commit

Permalink
Resolve Conflict
Browse files Browse the repository at this point in the history
Signed-off-by: JosephABC <[email protected]>
  • Loading branch information
josephangbc committed Dec 5, 2022
1 parent 881cb86 commit 240cd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scalers/kafka_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ func (s *kafkaScaler) getLagForPartition(topic string, partitionID int32, offset
msg := fmt.Sprintf(
"invalid offset found for topic %s in group %s and partition %d, probably no offset is committed yet. Returning with lag of %d",
topic, s.metadata.group, partitionID, retVal)
s.logger.V(0).Info(msg)
s.logger.V(1).Info(msg)
return retVal, retVal, nil
}

Expand Down

0 comments on commit 240cd06

Please sign in to comment.