mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-03 02:52:08 +08:00
同步代码
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user