withTracking method

OffsetIterator<T> withTracking()

Don't always pull the latest item from the OffsetIterator, but instead book-keep the last processed offset to ensure items aren't missed.

Implementation

OffsetIterator<T> withTracking() => startFrom(null);