RE: Flink Serialisation

2024-07-10 Thread Alexandre KY
ss to next operator which will then pull the data. De : Alexandre KY Envoyé : mercredi 10 juillet 2024 12:32:03 À : user Objet : Flink Serialisation Hello, I was wondering if Flink has a size limit to serialize data. I have an object that stores a big 2D array and whe

Flink Serialisation

2024-07-10 Thread Alexandre KY
Hello, I was wondering if Flink has a size limit to serialize data. I have an object that stores a big 2D array and when I try to hand it over the next operator, I have the following error: ``` 2024-07-10 10:14:51,983 ERROR org.apache.flink.runtime.util.ClusterUncaughtExceptionHandler [] - WAR