Zichen Liu created FLINK-27537:
----------------------------------
Summary: Remove requirement for Async Sink's RequestEntryT to be
serializable
Key: FLINK-27537
URL: https://issues.apache.org/jira/browse/FLINK-27537
Project: Flink
Issue Type: Improvement
Components: Connectors / Common
Affects Versions: 1.15.0
Reporter: Zichen Liu
Currently, in `AsyncSinkBase` and it's dependent classes, e.g. the sink writer,
element converter etc., the `RequestEntryT` generic type is required to be
`serializable`.
However, this requirement no longer holds and there is nothing that actually
requires this.
Proposed approach:
* Remove the `extends serializable` from the generic type `RequestEntryT`
--
This message was sent by Atlassian Jira
(v8.20.7#820007)