Details
-
Sub-task
-
Status: In Progress
-
P2
-
Resolution: Unresolved
-
None
-
None
-
Production
-
Important
Description
I am looking at use case where we have to wait until the Kafka Write operation is completed before we can move forward with another transform. Currently, JdbcIO support withResults() which waits for the previous transform to complete as part of Wait.on(Signal) and moves on to the next.
Similarly, it would be very beneficial to have this capability on KafkaIO (and others like PubSubIO, BigQueryIO etc).
Attachments
Issue Links
- relates to
-
BEAM-13302 KafkaIO: Add support for outputting a PCollection
- Resolved
- links to