CLOVIS
02/13/2020, 12:46 PMmap, etc) in parallel and send elements as soon as possible, even if the order is lost?Dominaezzz
02/13/2020, 12:49 PMflatMapMerge ? Order is indeed preserved by default.CLOVIS
02/15/2020, 1:48 PMDominaezzz
02/15/2020, 1:52 PMFlow since they are sequential.
The flatMapMerge operator "breaks" this rule because it does not preserve the order.CLOVIS
02/15/2020, 2:09 PM