aloyszhang commented on code in PR #10137: URL: https://github.com/apache/inlong/pull/10137#discussion_r1592344787
########## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/ClusterTagRequest.java: ########## @@ -55,6 +55,9 @@ public class ClusterTagRequest { @Length(min = 1, max = 163840, message = "length must be between 1 and 163840") private String extParams; + @ApiModelProperty(value = "The compression type used for dataproxy and sort side data transmission to reduce the network IO overhead") + private String inlongCompressType; Review Comment: ```suggestion private String compressType; ``` -- 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