You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/10/14 06:13:33 UTC

[GitHub] [inlong] dockerzhang commented on a diff in pull request #6102: [INLONG-6101][Manager] Support delete and update inlong cluster by unique key

dockerzhang commented on code in PR #6102:
URL: https://github.com/apache/inlong/pull/6102#discussion_r995378278


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/ClusterType.java:
##########
@@ -32,6 +32,7 @@ public class ClusterType {
     public static final String PULSAR = "PULSAR";
     public static final String DATAPROXY = "DATAPROXY";
     public static final String KAFKA = "KAFKA";
+    public static final String CUSTOM = "CUSTOM";

Review Comment:
   please add a description for the `CUSTOM` type.



-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org