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/06/04 22:43:13 UTC

[GitHub] [beam] damccorm opened a new issue, #21330: Add "withResults()" for KafkaIO.write

damccorm opened a new issue, #21330:
URL: https://github.com/apache/beam/issues/21330

   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). 
   
   Imported from Jira [BEAM-13298](https://issues.apache.org/jira/browse/BEAM-13298). Original Jira may contain additional context.
   Reported by: rdahal.
   Subtask of issue #21329


-- 
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.apache.org

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


[GitHub] [beam] yomal commented on issue #21330: Add "withResults()" for KafkaIO.write

Posted by GitBox <gi...@apache.org>.
yomal commented on issue #21330:
URL: https://github.com/apache/beam/issues/21330#issuecomment-1159962477

   Is there any update on this issue?


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