Skip to content

Commit

Permalink
AutoOffsetReset = AutoOffsetReset.Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
e.makrushin committed May 28, 2024
1 parent 1a6c6ad commit 5ad16b4
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 @@ -35,7 +35,7 @@ public KafkaTopicReader(KafkaTopicReaderSettings settings, ILog log, BufferPool
{
GroupId = this.settings.GroupId,
BootstrapServers = this.settings.BootstrapServers,
AutoOffsetReset = AutoOffsetReset.Earliest,
AutoOffsetReset = AutoOffsetReset.Latest,
EnableAutoCommit = false,
FetchMinBytes = this.settings.FetchMinBytes,
FetchWaitMaxMs = this.settings.FetchWaitMaxMs
Expand Down

0 comments on commit 5ad16b4

Please sign in to comment.