[
https://issues.apache.org/jira/browse/FLINK-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321783#comment-17321783
]
Flink Jira Bot commented on FLINK-1256:
---------------------------------------
This issue and all of its Sub-Tasks have not been updated for 180 days. So, it
has been labeled "stale-minor". If you are still affected by this bug or are
still interested in this issue, please give an update and remove the label. In
7 days the issue will be closed automatically.
> Use Kryo for user code object serialization
> -------------------------------------------
>
> Key: FLINK-1256
> URL: https://issues.apache.org/jira/browse/FLINK-1256
> Project: Flink
> Issue Type: Improvement
> Components: API / DataSet, API / DataStream
> Reporter: Till Rohrmann
> Priority: Minor
> Labels: stale-minor
>
> Currently, Flink uses java serialization for user code objects (UDFs). This
> limits the set of supported types which can be caught in the closure or are
> contained as members in the user code object. Maybe we can add Kryo as a
> second serialization mechanism which is used if the Java serialization fails.
> That way we would support more complex user code objects which finally
> improves the user experience.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)