Re: Recommendations for avoid Kryo

2024-09-17 Thread Zhanghao Chen
/datastream/fault-tolerance/serialization/types_serialization/#defining-type-information-using-a-factory Best, Zhanghao Chen From: Lasse Nedergaard Sent: Friday, September 13, 2024 14:27 To: user Subject: Recommendations for avoid Kryo Hi. I was wondering how others

Recommendations for avoid Kryo

2024-09-12 Thread Lasse Nedergaard
Hi. I was wondering how others handle the situation where you flink job has to read or write a data structure in json mapped to a pojo defined in an external library and these external pojo’s contains data types, like uuid, generic list etc, that you need to annotate with type information in o