fuweng11 commented on code in PR #8824:
URL: https://github.com/apache/inlong/pull/8824#discussion_r1314397172
##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/consts/SinkType.java:
##########
@@ -35,4 +35,5 @@ public class SinkType extends StreamType {
public static final String STARROCKS = "STARROCKS";
public static final String KUDU = "KUDU";
public static final String REDIS = "REDIS";
+ public static final String PULSAR = "PULSAR";
Review Comment:
StreamType.PULSAR
--
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]