Skip to content

Commit

Permalink
Поправил логи KafkaTopicReader
Browse files Browse the repository at this point in the history
  • Loading branch information
e.makrushin committed May 28, 2024
1 parent 1ea0ff7 commit 031b42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vostok.Hercules.Consumers/Kafka/KafkaTopicReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private RawReadStreamResult ReadInternal(ReadStreamQuery query)
Offset = lastConsumedOffset + 1 // ?
}
}));
log.Info($"ReadInternal.rawReadStreamPayload: {rawReadStreamPayload}");
log.Info($"ReadInternal.rawReadStreamPayload.Next: {rawReadStreamPayload.Next}");
return new RawReadStreamResult(HerculesStatus.Success, rawReadStreamPayload);
}

Expand Down

0 comments on commit 031b42d

Please sign in to comment.