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
pub trait ProducerBatchHeader {
fn set_first_timestamp(&mut self, timestamp: i64);
fn set_max_time_stamp(&mut self, timestamp: i64);
}used for modifying timestamp as producer