chamikaramj commented on code in PR #22261:
URL: https://github.com/apache/beam/pull/22261#discussion_r922402119


##########
sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaIO.java:
##########
@@ -1345,6 +1339,12 @@ public PCollection<KafkaRecord<K, V>> expand(PBegin 
input) {
       final KafkaIOReadImplementationCompatibilityResult compatibility =
           KafkaIOReadImplementationCompatibility.getCompatibility(this);
 
+      // Reading from Kafka SDF is currently broken, as re-starting the 
pipeline will cause the
+      // consumer to start from scratch. See 
https://github.com/apache/beam/issues/21730.

Review Comment:
   Please create a new Github issue that more generically covers issues with 
SDF Kafka and test coverage and reference here.



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