add batch index for each memory buffer
This commit is contained in:
@@ -73,9 +73,17 @@ message Offset {
|
||||
repeated PartitionOffset partition_offsets = 2;
|
||||
}
|
||||
|
||||
enum PartitionOffsetStartType {
|
||||
EARLIEST = 0;
|
||||
EARLIEST_IN_MEMORY = 1;
|
||||
LATEST = 2;
|
||||
}
|
||||
|
||||
message PartitionOffset {
|
||||
Partition partition = 1;
|
||||
int64 ts_ns = 2;
|
||||
int64 start_ts_ns = 2;
|
||||
int64 stop_ts_ns = 3;
|
||||
PartitionOffsetStartType start_type = 4;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user