mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-03 11:28:12 +08:00
[Optimize]去除Replica指标从ES读写的相关代码(#862)
This commit is contained in:
@@ -35,7 +35,7 @@ public class ReplicaMetricsController {
|
||||
@PathVariable String topicName,
|
||||
@PathVariable Integer partitionId,
|
||||
@RequestBody MetricDTO dto) {
|
||||
return replicationMetricService.getMetricPointsFromES(clusterPhyId, brokerId, topicName, partitionId, dto);
|
||||
return Result.buildSuc();
|
||||
}
|
||||
|
||||
@ApiOperation(value = "Replica指标-单个Replica")
|
||||
|
||||
Reference in New Issue
Block a user