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/07/17 05:59:17 UTC

[GitHub] [inlong] huyuanfeng2018 commented on a diff in pull request #5079: [INLONG-5074][Sort] KafkaExtractNode support more StartupMode

huyuanfeng2018 commented on code in PR #5079:
URL: https://github.com/apache/inlong/pull/5079#discussion_r922774790


##########
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/enums/KafkaScanStartupMode.java:
##########
@@ -25,7 +25,8 @@
  */
 public enum KafkaScanStartupMode {
     EARLIEST_OFFSET("earliest-offset"),
-    LATEST_OFFSET("latest-offset");
+    LATEST_OFFSET("latest-offset"),
+    SPECIFIC_OFFSET("specific-offsets");

Review Comment:
   The API provided by the Flink community connector looks like this



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