mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
修复集群ZK列表中缺少返回服务状态字段的问题
This commit is contained in:
@@ -14,6 +14,9 @@ public class ClusterZookeepersOverviewVO {
|
||||
@ApiModelProperty(value = "主机ip", example = "121.0.0.1")
|
||||
private String host;
|
||||
|
||||
@ApiModelProperty(value = "主机存活状态,1:Live,0:Down", example = "1")
|
||||
private Integer status;
|
||||
|
||||
@ApiModelProperty(value = "端口号", example = "2416")
|
||||
private Integer port;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user