mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 20:22:12 +08:00
[Optimize]健康巡检增加ClusterParam, 从而拆分Kafka和Connect相关的巡检任务
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.xiaojukeji.know.streaming.km.common.bean.entity.param.cluster;
|
||||
|
||||
import com.xiaojukeji.know.streaming.km.common.bean.entity.param.VersionItemParam;
|
||||
|
||||
/**
|
||||
* @author wyc
|
||||
* @date 2022/11/9
|
||||
*/
|
||||
public class ClusterParam extends VersionItemParam {
|
||||
}
|
||||
@@ -8,6 +8,6 @@ import lombok.NoArgsConstructor;
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public class ClusterPhyParam extends VersionItemParam {
|
||||
public class ClusterPhyParam extends ClusterParam {
|
||||
protected Long clusterPhyId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user