You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jiangjie Qin (Jira)" <ji...@apache.org> on 2020/06/05 14:42:00 UTC

[jira] [Created] (FLINK-18162) AddSplitEvents should serialize the splits into bytes.

Jiangjie Qin created FLINK-18162:
------------------------------------

             Summary: 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


{{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)