Chesnay Schepler created FLINK-24017:
----------------------------------------
Summary: Pin registration IDs of Java serializers
Key: FLINK-24017
URL: https://issues.apache.org/jira/browse/FLINK-24017
Project: Flink
Issue Type: Sub-task
Components: API / Type Serialization System
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.15.0
We currently register a bunch of serializers with Kryo without specifying
registration IDs. As a result we are locked in to a specific number of
serializers.
In order to allow the KryoSerializer to be used without the Scala serializers
being registered, we need to pin the registration IDs of our current java
serializers.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)