, 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)
>>
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
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