Is there a Dataflow source ack API?

前端 未结 1 1127
野趣味
野趣味 2021-01-22 21:31

As per shutdown and update job in Google Dataflow with PubSubIO + message guarantees the pub/sub source for dataflow does not ack messages until they have been reliably persiste

相关标签:
1条回答
  • 2021-01-22 22:16

    I believe Dataflow automatically gives the behavior you want. We will not ack PubSub messages until we have finished processing them with your ParDo's and persisted the results.

    0 讨论(0)
提交回复
热议问题