mz_storage::source::kafka

Type Alias 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.