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/08 07:19:13 UTC

[GitHub] [inlong] vernedeng commented on a diff in pull request #6087: [INLONG-6086][Manager] Support custom stream sink operator

vernedeng commented on code in PR #6087:
URL: https://github.com/apache/inlong/pull/6087#discussion_r990603887


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/consts/SinkType.java:
##########
@@ -36,5 +36,6 @@ public class SinkType {
     public static final String ORACLE = "ORACLE";
     public static final String TDSQLPOSTGRESQL = "TDSQLPOSTGRESQL";
     public static final String DLCICEBERG = "DLCICEBERG";
+    public static final String BASE = "BASE";

Review Comment:
   has renamed to **custom**



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