Re: Flatmap "blocking" or not

2024-06-07 Thread Xiqian YU
: Alexandre KY Date : vendredi, 7 juin 2024 à 16:24 À : user Objet : Flatmap "blocking" or not Hi, I am designing a Flink pipeline to process a stream of images (rasters to be more accurate which are quite heavy: up to dozen GB). To distribute the process of one image, we split it int

Flatmap "blocking" or not

2024-06-07 Thread Alexandre KY
Hi, I am designing a Flink pipeline to process a stream of images (rasters to be more accurate which are quite heavy: up to dozen GB). To distribute the process of one image, we split it into tiles to which we apply the processing that don't require the whole image before reassembling it. Tile