You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tzu-Li (Gordon) Tai (JIRA)" <ji...@apache.org> on 2017/05/08 09:03:04 UTC

[jira] [Updated] (FLINK-6343) Migrate from discouraged Java serialization for all sources / sinks

     [ https://issues.apache.org/jira/browse/FLINK-6343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tzu-Li (Gordon) Tai updated FLINK-6343:
---------------------------------------
    Fix Version/s: 1.4.0

> Migrate from discouraged Java serialization for all sources / sinks
> -------------------------------------------------------------------
>
>                 Key: FLINK-6343
>                 URL: https://issues.apache.org/jira/browse/FLINK-6343
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming Connectors
>            Reporter: Tzu-Li (Gordon) Tai
>             Fix For: 1.4.0
>
>
> With FLINK-6324, the Java serialization shortcut for operator state is now deprecated to discourage its usage.
> These sources / sinks are still using this shortcut, and should be migrated to use {{getListState(descriptor)}} instead:
> - {{BucketingSink}}
> - {{ContinuousFileReaderOperator}}
> - {{GenericWriteAheadSink}}
> - {{MessageAcknowledgingSourceBase}}
> - {{RollingSink}}
> - {{FlinkKafkaConsumerBase}} (will be fixed along with the state migration included with FLINK-4022)
> To ease review, I propose to open up subtasks under this JIRA and separate PRs for the migration of each single source / sink.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)