You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/15 17:59:51 UTC

[GitHub] [beam] chamikaramj commented on a diff in pull request #22261: Disable KafkaIO SDF while it is tested and fixed

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: github-unsubscribe@beam.apache.org

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