Re: Multiple sources ordering

2021-10-21 Thread JING ZHANG
Hi Kurt, Are you looking for Hybridsource[1], please see more information in document[1]. Hope it helps. [1] https://ci.apache.org/projects/flink/flink-docs-master/docs/connectors/datastream/hybridsource/ Best, JING ZHANG Kurtis Walker 于2021年10月22日周五 上午9:33写道: > I have a case where my Flink jo

Multiple sources ordering

2021-10-21 Thread Kurtis Walker
I have a case where my Flink job needs to consume multiple sources. I have a topic in Kafka where the order of consuming is important. Because the cost of S3 is much less than storage on Kafka, we have a job that sinks to S3. The topic in Kafka can then retain just 3 days worth of data. My j