pub type KafkaTimestamp = Partitioned<RangeBound<i32>, MzOffset>;
Expand description
A “moment in time” perceivable in Kafka––for each partition, the greatest visible offset.
Aliased Type§
pub struct KafkaTimestamp(/* private fields */);
pub type KafkaTimestamp = Partitioned<RangeBound<i32>, MzOffset>;
A “moment in time” perceivable in Kafka––for each partition, the greatest visible offset.
pub struct KafkaTimestamp(/* private fields */);