Re: Using Stateful Functions within a Flink pipeline
Posted by
Igal Shilman on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Using-Stateful-Functions-within-a-Flink-pipeline-tp34582p34710.html
Hi Max,
Sorry for not being clearer earlier, by splitting the pipeline I mean: having a pre-processing job that does whatever transformations necessary with the DataStream and outputs to Kafka / Kinesis,
and then having a separate StateFun deployment that consumes from that transformed Kafka / Kinesis [1] topic.
Good luck,
Igal.