Hi everyone :raising_hand: My Flink operators carr...
# troubleshooting
e
Hi everyone πŸ™‹ My Flink operators carry around a quite long and complex object which is heavy to serialise. I'm letting Flink figure out the
TypeInformation
and related serialisers, but that causes compilation time to run for several minutes, probably because these objects are created by a macro. Is there any way to solve this issue, apart from creating a custom
TypeInformation
& serialisers? Thank you πŸ™‚