Hello, has anyone figured out to use streaming fil...
# random
a
Hello, has anyone figured out to use streaming file sink with batch mode execution. I am building on-demand pipeline processing but some scenarios could result in large amount of data to be processed. Running in streaming mode has challenges of cost.
m
You can't
Streaming File Sink only supports streaming
You should use FileSink; that supports both batch and streaming