Re: Is it possible to connect multiple streams

2022-09-21 Thread Deepak kumar Gunjetti
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 *⚠ > >

RE: Is it possible to connect multiple streams

2022-09-21 Thread Schwalbe Matthias
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

Re: Is it possible to connect multiple streams

2022-09-20 Thread Shammon FY
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

Re: Is it possible to connect multiple streams

2022-09-20 Thread Yaroslav Tkachenko
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