Hey, flink community, I have a question on backfill data and want to get some ideas on how people think.
I have a stream of data using BucketingSink to S3 then to Redshift. If something changed with the logic in flink and I need to backfill some dates, for example, we are streaming data for today but also need to backfill the data for 02/01/2018 - 02/10/2018. What's the suggested way to implement it? Should I have a separated process to backfill the data then close it? Thanks, Chengzhi