How do acknowledgements work with the File Source and a HTTP Sink? #20797
-
Hi everyone, I have a setup as follows:
I made some assumptions here about how E2E acknowledgements here would work. I assumed that the File source's It's likely that I am misunderstanding how the acknowledgements should work in this scenario. My main questions are:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
One answer I've found since posting for Q2 is to use a disk buffer in the HTTP sink. Ideally still though, I would not want the original files to be removed before they are successfully sent to the final destination by the HTTP sink though. |
Beta Was this translation helpful? Give feedback.
The
file
source will wait to update the checkpoint file until the data has successfully been written by all connected sinks.