Skip to main content

PartitionWatermark

Type Alias PartitionWatermark 

Source
type PartitionWatermark = u64;
Expand description

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.