同步代码

This commit is contained in:
zengqiao
2022-08-23 19:01:53 +08:00
parent e90c5003ae
commit e1514c901b
76 changed files with 796 additions and 577 deletions

View File

@@ -20,7 +20,7 @@ public class PartitionMetrics extends BaseMetrics {
private Integer brokerId;
public PartitionMetrics(Long clusterId, String topicName, Integer brokerId, Integer partitionId){
public PartitionMetrics(Long clusterId, String topicName, Integer brokerId, Integer partitionId) {
super(clusterId);
this.topic = topicName;
this.brokerId = brokerId;