As @Krzysztof Chmielewski noted, you typically use a sink/source to bridge two Flink jobs. You can also use Kafka as that bridge, as otherwise you would need to deal with cleaning up older files in a FileSink/FileSource approach. I’ve never tried Redpanda as this kind of bridge, but seems promising given its lower ops/CPU overhead when compared to Kafka.