Hi, community!
By Flink, I want to unify batch process and streaming process in data production pipeline. Batch process is used to process inventory data, then streaming process is used to process incremental data. But I meet a problem, there is no state in batch and the result is error if i run stream process directly. So how to run streaming process accurately after batch process is completed? Is there any doc or demo to handle this scenario? Thanks for your any reply or suggestion! Best Regards!