add offset
This commit is contained in:
@@ -68,6 +68,16 @@ message Partition {
|
|||||||
int64 unix_time_ns = 4;
|
int64 unix_time_ns = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message Offset {
|
||||||
|
Topic topic = 1;
|
||||||
|
repeated PartitionOffset partition_offsets = 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
message PartitionOffset {
|
||||||
|
Partition partition = 1;
|
||||||
|
int64 ts_ns = 2;
|
||||||
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
message BrokerStats {
|
message BrokerStats {
|
||||||
int32 cpu_usage_percent = 1;
|
int32 cpu_usage_percent = 1;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user