utkarshparekh commented on code in PR #34079:
URL: https://github.com/apache/beam/pull/34079#discussion_r1972871628


##########
sdks/python/apache_beam/io/kafka.py:
##########
@@ -64,6 +64,13 @@
         append_args=["--experiments=use_deprecated_read"]
     )
 
+  To use the legacy mode using Dataflow runner, the `use_unbounded_sdf_wrapper`

Review Comment:
   Yes it's no longer working on the Dataflow runner, throwing following error:
   "Error translating pipeline. Unknown non-composite transform". 
   
   I haven't modified or removed the flag "use_deprecated_read" since it might 
still be useful for other runners. @jaehyeon-kim can you confirm this please?



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