mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-02 18:32:08 +08:00
后端补充Kafka集群运行模式字段信息
This commit is contained in:
@@ -39,4 +39,7 @@ public class ClusterPhyBaseVO extends BaseTimeVO {
|
|||||||
|
|
||||||
@ApiModelProperty(value="集群的kafka版本", example = "2.5.1")
|
@ApiModelProperty(value="集群的kafka版本", example = "2.5.1")
|
||||||
protected String kafkaVersion;
|
protected String kafkaVersion;
|
||||||
|
|
||||||
|
@ApiModelProperty(value="集群的运行模式", example = "2:raft模式,其他是ZK模式")
|
||||||
|
private Integer runState;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user