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


##########
sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaIO.java:
##########
@@ -543,6 +543,11 @@
  * For any significant significant updates to this I/O connector, please 
consider involving
  * corresponding code reviewers mentioned <a
  * 
href="https://github.com/apache/beam/blob/master/sdks/java/io/kafka/OWNERS";>here</a>.
+ *
+ * <h1>Reading from Kafka SDF is currently broken, as re-starting the pipeline 
will cause the
+ * consumer to start from scratch. See <a
+ * href="https://github.com/apache/beam/issues/21730";>this</a>. Current 
workaround is to use
+ * --experimental_option=use_deprecated_read to use the Unbounded 
implementation</h1>

Review Comment:
   will do once your change is merged



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