microsoft / CSharpClient-for-Kafka

.Net implementation of the Apache Kafka Protocol that provides basic functionality through Producer/Consumer classes. The project also offers balanced consumer implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need to set earliestOffset in SimpleManager

wizdata opened this issue · comments

  public void SetEarliestOffset(string topic, int partitionId, long earliestOffset)
    {
        TopicOffsetEarliest[topic][partitionId] = earliestOffset;
    }

set earliestOffset to continue the fetch process