EMsnap commented on code in PR #7943: URL: https://github.com/apache/inlong/pull/7943#discussion_r1186967231
########## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sort/util/ExtractNodeUtils.java: ########## @@ -246,7 +246,9 @@ public static PulsarExtractNode createExtractNode(PulsarSource pulsarSource) { serviceUrl, format, startupMode.getValue(), - primaryKey); + primaryKey, + "subName", + "earliest"); Review Comment: wait for https://github.com/apache/inlong/pull/7937 to be merged first -- 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