TopicOffset.earliest constructor

TopicOffset.earliest(
  1. String topicName,
  2. int partitionId
)

Creates pseudo-offset which refers to earliest offset in this topic and partition.

Implementation

TopicOffset.earliest(this.topicName, this.partitionId) : offset = -2;