Hi Puneet, Flink doesn't support connecting more than 2 streams with different schema. There are ways I think might help you. 1. unify the schema and use union. 2. use multi join to join different streams.
Hope this helps. Hequn On Thu, Jul 26, 2018 at 2:29 PM, Puneet Kinra < [email protected]> wrote: > Hi > > Is there a way to connect more than 2 streams with different stream schema > > -- > *Cheers * > > *Puneet Kinra* > > *Mobile:+918800167808 | Skype : [email protected] > <[email protected]>* > > *e-mail :[email protected] > <[email protected]>* > > >
