broker report stats to balancer
This commit is contained in:
@@ -105,10 +105,15 @@ message CheckBrokerLoadResponse {
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
message BrokerStats {
|
||||
int32 topic_partition_count = 1;
|
||||
int32 consumer_count = 2;
|
||||
int32 cpu_usage_percent = 3;
|
||||
int32 cpu_usage_percent = 1;
|
||||
map<string, TopicPartitionStats> stats = 2;
|
||||
}
|
||||
message TopicPartitionStats {
|
||||
Topic topic = 1;
|
||||
Partition partition = 2;
|
||||
int32 consumer_count = 3;
|
||||
}
|
||||
|
||||
message ConnectToBalancerRequest {
|
||||
message InitMessage {
|
||||
string broker = 1;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user