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
> open source i have used. I want to thank the community for developing such >> a wonderful product. >> >> I have one query. >> Is it possible to connect multiple streams, like >> stream1.connect(stream2).connect(stream3).flatmap(new >> RickCoFlatMapFunctionHandler()) >> >> Can someone please let me know how I can achieve this. >> Thanks, >> Deepak >> >

Re: Is it possible to connect multiple streams

2022-09-20 Thread Yaroslav Tkachenko
helps. On Tue, Sep 20, 2022 at 5:22 PM Deepak kumar Gunjetti wrote: > Hi, > My name is Deepak, I am a new user to apache flink. It is one of the best > open source i have used. I want to thank the community for developing such > a wonderful product. > > I have one query. &

Is it possible to connect multiple streams

2022-09-20 Thread Deepak kumar Gunjetti
Hi, My name is Deepak, I am a new user to apache flink. It is one of the best open source i have used. I want to thank the community for developing such a wonderful product. I have one query. Is it possible to connect multiple streams, like stream1.connect(stream2).connect(stream3).flatmap(new