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


##########
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:
   Only manager-clients use these logic.
   
![image](https://user-images.githubusercontent.com/8925507/168545178-29ece1fb-6316-40cd-8e54-5d6de9a369fd.png)
   



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