35
To: user@flink.apache.org
Subject: How to programatically register a 3rd party serializer (Flink 1.20)
I am trying to use 3rd party serializers as per
https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/datastream/fault-tolerance/serialization/third_party_serializers/
but the
I am trying to use 3rd party serializers as per
https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/datastream/fault-tolerance/serialization/third_party_serializers/
but the code sample does not compile
```
Configuration config = new Configuration();
// register the class of the se