d DataStream API a strictly separated. Thus, this
>> is not possible at the moment.
>>
>> What kind of operation do you want to perform on the data of a window?
>> Why do you want to convert the data into a data set?
>>
>> -Matthias
>>
>> On 02/04/2016
Dear all,
I want to convert the data from each window of stream to dataset. What is
the best way to do that? So, while streaming, at the end of each window I
want to convert those data to dataset and possible apply dataset
transformations to it.
Any suggestions?
-best
-sane
Hi all,
Do flink have mechanism for dealing with ordered streams?
As far as I know , flink attaches timestamps to data items once they are
processed. What about the timestamps are already in data items?
For example, if some data item is missing from particular window (according
to its ordering/seq