dnesday, September 21, 2022 6:29 AM
> *To:* user@flink.apache.org
> *Cc:* Deepak kumar Gunjetti ; Yaroslav Tkachenko <
> yaros...@goldsky.com>
> *Subject:* Re: Is it possible to connect multiple streams
>
>
>
> ⚠*EXTERNAL MESSAGE – **CAUTION: Think Before You Click *⚠
>
>
kumar Gunjetti ; Yaroslav Tkachenko
Subject: Re: Is it possible to connect multiple streams
⚠EXTERNAL MESSAGE – CAUTION: Think Before You Click ⚠
Hi
Thanks @yaroslav .
And @deepakgd79 here is the document for datastream:
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream
Hi
Thanks @yaroslav .
And @deepakgd79 here is the document for datastream:
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/operators/overview/#datastream-transformations
You can find examples for union, connect, join and other transformations
On Wed, Sep 21, 2022 at 11:5
Hi Deepak,
You can use a union operator. I actually gave a talk on creating an
advanced join using the union operator and multiple streams:
-
https://www.slideshare.net/sap1ens/storing-state-forever-why-it-can-be-good-for-your-analytics
- https://www.youtube.com/watch?v=tiGxEGPyqCg
I hope this he