Skip to content

Commit

Permalink
Log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Dec 18, 2024
1 parent 8895e57 commit 1d5117f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processes/consumer/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func commitOffset(ctx context.Context, topic string, partitionsToOffset map[stri
return err
}

slog.Info("Committing offset", slog.String("topic", topic), slog.Int("partition", msg.KafkaMsg.Partition), slog.Int64("offset", msg.KafkaMsg.Offset))
slog.Info("Successfully committed Kafka offset", slog.String("topic", topic), slog.Int("partition", msg.KafkaMsg.Partition), slog.Int64("offset", msg.KafkaMsg.Offset))
}

if msg.PubSub != nil {
Expand Down

0 comments on commit 1d5117f

Please sign in to comment.