SbloodyS commented on code in PR #6685:
URL: https://github.com/apache/seatunnel/pull/6685#discussion_r1594941789


##########
seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/source/KafkaSourceReader.java:
##########
@@ -171,6 +171,9 @@ public void pollNext(Collector<SeaTunnelRow> output) throws 
Exception {
                                                                 && 
record.offset()
                                                                         >= 
sourceSplit
                                                                                
 .getEndOffset()) {
+                                                            // signal to the 
source that we have

Review Comment:
   > Add new test case in 
https://github.com/apache/seatunnel/blob/a34d25916dfcf5bcf4a9a9aadbb1856896ae7c19/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/src/test/java/org/apache/seatunnel/e2e/connector/kafka/KafkaIT.java
   
   Thanks.



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

Reply via email to