In streaming system, the order of data is big problem.
we know that in flink, handle the data out of order, is use window and watermark.
But, in the inner flink, between operators, how to guaranteed the order of data?
Can flink ensure that advanced data can be processed first?
or in operators, the order of data is out of order