healchow commented on code in PR #6354: URL: https://github.com/apache/inlong/pull/6354#discussion_r1010222513
########## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/group/InlongGroupServiceImpl.java: ########## @@ -246,6 +250,7 @@ public String update(InlongGroupRequest request, String operator) { // check whether the current status can be modified checkGroupCanUpdate(entity, request, operator); + request.setEnableZookeeper(enableZookeeper ? 1 : 0); Review Comment: Suggest using `InlongConstants.DISABLE_ZK` instead a magic number. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org