Re: Connect 2 datastreams and iterate

2016-05-24 Thread Biplob Biswas
, 2016 at 7:17 PM, Biplob Biswas < > revolutionisme@ > > wrote: >> Hi, >> >> Is there a way to connect 2 datastreams and iterate and then get the >> feedback as a third stream? >> >> I tried doing >> mergedDS = datastream1.connect(datastream2) >>

Re: Connect 2 datastreams and iterate

2016-05-20 Thread Ufuk Celebi
Please provide the error message and stack trace in order to help investigating this further. On Thu, May 19, 2016 at 7:17 PM, Biplob Biswas wrote: > Hi, > > Is there a way to connect 2 datastreams and iterate and then get the > feedback as a third stream? > > I trie

Connect 2 datastreams and iterate

2016-05-19 Thread Biplob Biswas
Hi, Is there a way to connect 2 datastreams and iterate and then get the feedback as a third stream? I tried doing mergedDS = datastream1.connect(datastream2) iterateDS = mergedDS.iterate().withFeedback(datastream3type.class) but this didnt work and it was showing me errors. Is there any