healchow commented on code in PR #4214:
URL: https://github.com/apache/incubator-inlong/pull/4214#discussion_r873392875


##########
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:
   This logic involves many places, and I will modify it together with the 
naming of inongGroupId in another feature.



-- 
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]

Reply via email to