[ https://issues.apache.org/jira/browse/FLINK-27536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571196#comment-17571196 ]
DavidLiu edited comment on FLINK-27536 at 7/26/22 5:13 AM: ----------------------------------------------------------- [~dannycranmer] The old PR was closed, please help review the new Pull Request [https://github.com/apache/flink/pull/20360] The build failure was fixed and verified locally. was (Author: JIRAUSER289843): [~dannycranmer] The old PR was closed, please help review the new Pull Request [https://github.com/apache/flink/pull/20360] the build failure was fixed and verified locally. > 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 > Assignee: DavidLiu > Priority: Minor > Labels: pull-request-available > > 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.10#820010)