You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "DavidLiu (Jira)" <ji...@apache.org> on 2022/07/21 10:40:00 UTC

[jira] [Commented] (FLINK-27536) Rename method parameter in AsyncSinkWriter

    [ https://issues.apache.org/jira/browse/FLINK-27536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569347#comment-17569347 ] 

DavidLiu commented on FLINK-27536:
----------------------------------

Hello,Zichen Liu. I would like to deal with it.  Can you assign this ticket to me? Thank you.

> 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
>            Priority: Minor
>
> 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)