healchow commented on code in PR #4214:
URL: https://github.com/apache/incubator-inlong/pull/4214#discussion_r873491904
##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/group/InlongGroupInfo.java:
##########
@@ -79,11 +79,20 @@ public class InlongGroupInfo {
@ApiModelProperty(value = "Pulsar service URL")
private String pulsarServiceUrl;
- @ApiModelProperty(value = "Need zookeeper support, 0 false 1 true")
- private Integer zookeeperEnabled;
+ @ApiModelProperty(value = "Whether to enable zookeeper? 0: disable, 1:
enable")
Review Comment:
Not yet, the dashboard also needs those configs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]