type PartitionWatermark = u64;
The high/low watermark offsets of a Kafka partition.
This is the offset of either the first available or the latest message in the topic/partition available for consumption + 1.