liunaijie commented on code in PR #7871:
URL: https://github.com/apache/seatunnel/pull/7871#discussion_r1841812692


##########
seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/source/KafkaSourceSplitEnumerator.java:
##########
@@ -344,6 +351,11 @@ private static int getSplitOwner(TopicPartition tp, int 
numReaders) {
     private Map<TopicPartition, Long> listOffsets(
             Collection<TopicPartition> partitions, OffsetSpec offsetSpec)
             throws ExecutionException, InterruptedException {
+
+        if (isStreamingMode) {
+            return Collections.emptyMap();
+        }

Review Comment:
   @Carl-Zhou-CN The fix is LGTM.
   
   But I have a question about Kafka Batch mode,  there is no option to set end 
offset, so how do stop it in batch mode?
   



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

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

Reply via email to