[
https://issues.apache.org/jira/browse/FLINK-18162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jiangjie Qin reassigned FLINK-18162:
------------------------------------
Assignee: Jiangjie Qin
> AddSplitEvents should serialize the splits into bytes.
> ------------------------------------------------------
>
> Key: FLINK-18162
> URL: https://issues.apache.org/jira/browse/FLINK-18162
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Common
> Reporter: Jiangjie Qin
> Assignee: Jiangjie Qin
> Priority: Blocker
> Fix For: 1.11.0
>
>
> {{AddSplitsEvent}} is a serializable at the moment which contains a list of
> splits. However, the {{SourceSplit}} is not a subclass of {{Serializable}}.
> We need to serialize the splits in the {{AddSplitsEvent}} using
> SplitSerializer before sending it over the wire and deserialize the splits on
> the reader side.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)