Zichen Liu created FLINK-27536:
----------------------------------
Summary: Rename method parameter in AsyncSinkWriter
Key: FLINK-27536
URL: https://issues.apache.org/jira/browse/FLINK-27536
Project: Flink
Issue Type: Improvement
Components: Connectors / Common
Affects Versions: 1.15.0
Reporter: Zichen Liu
Change the abstract method's parameter naming in AsyncSinkWriter.
From
Consumer<List<RequestEntryT>> requestResult
to
Consumer<List<RequestEntryT>> requestToRetry
or something similar.
This is because the consumer here is supposed to accept a list of requests that
need to be retried.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)