You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2020/12/22 09:21:00 UTC

[jira] [Assigned] (FLINK-20711) Parameter enumeration value error in ES doc

     [ https://issues.apache.org/jira/browse/FLINK-20711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jark Wu reassigned FLINK-20711:
-------------------------------

    Assignee: jackwangcs

> Parameter enumeration value error in ES doc
> -------------------------------------------
>
>                 Key: FLINK-20711
>                 URL: https://issues.apache.org/jira/browse/FLINK-20711
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.12.0
>            Reporter: 孙铮
>            Assignee: jackwangcs
>            Priority: Minor
>             Fix For: 1.12.1
>
>
> [https://ci.apache.org/projects/flink/flink-docs-release-1.12/dev/table/connectors/elasticsearch.html]
>  
> |h5. failure-handler|optional|fail|String|Failure handling strategy in case a request to Elasticsearch fails. Valid strategies are:
>  * {{fail}}: throws an exception if a request fails and thus causes a job failure.
>  * {{ignore}}: ignores failures and drops the request.
>  * {{retry_rejected}}: re-adds requests that have failed due to queue capacity saturation.
>  * custom class name: for failure handling with a ActionRequestFailureHandler subclass.|
>  
> The retry_rejected parameter is wrong , I check the source code should be 
> {{retry-rejected}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)