Type Alias mz_storage::source::kafka::HighWatermark

source ยท
type HighWatermark = u64;
Expand description

The high watermark offsets of a Kafka partition.

This is the offset of the latest message in the topic/partition available for consumption + 1.