Re: Removing unused flink-avro causes savepoint to fail loading

2022-02-15 Thread Chesnay Schepler
Indeed, when flink-avro is on the classpath we automatically register 1 serializer with Kryo. There is no switch to ignore this error or to exclude the Avro serializer somehow. As such you'll either need to rewrite the savepoint, with either the state-processing-api or by creating a slightly m

Removing unused flink-avro causes savepoint to fail loading

2022-02-11 Thread David Causse
Hi, While developing a job we mistakenly imported flink-avro as a dependency and then we did some cleanups. Sadly it seems that flink-avro has registered some kryo serializers that are now required to load the savepoints even though we do not use the functionalities offered by this module. The err