Hi all, as serialization/deserialization and allocations/GC might have a significant performance impact, does anyone have experience with using libraries like
Google FlatBuffers with Apache Flink in order to work with records directly (e.g. without having to parse/unpack the data for every operator chain) and therefore basically avoiding the costs of serialization/deserialization? Would this make sense?