[
https://issues.apache.org/jira/browse/FLINK-20711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17253351#comment-17253351
]
jackwangcs commented on FLINK-20711:
------------------------------------
Hi [~sunzheng] and [~jark], I'd like to take this, could you assign this to me?
> 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: 孙铮
> 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)