pub trait ProducerBatchHeader {
    fn set_first_timestamp(&mut self, timestamp: i64);
    fn set_max_time_stamp(&mut self, timestamp: i64);
}
Expand description

used for modifying timestamp as producer

Required Methods

Implementors