Tzu-Li (Gordon) Tai created FLINK-6770: ------------------------------------------
Summary: Add excludeSerializersInCheckpoints to ExeuctionConfig Key: FLINK-6770 URL: https://issues.apache.org/jira/browse/FLINK-6770 Project: Flink Issue Type: New Feature Components: Configuration, State Backends, Checkpointing, Type Serialization System Reporter: Tzu-Li (Gordon) Tai Fix For: 1.4.0 A `excludeSerializersInCheckpoints` setting should be added to the configuration. Composite serializers that write the nested serializers into checkpoints can then respect this setting when writing their configuration snapshots. Currently, the functionality is already in there for the composite serializers, but the flag is right now hardcoded to `false` because there is not config for the behaviour yet. -- This message was sent by Atlassian JIRA (v6.3.15#6346)