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)