孙铮 created FLINK-20711:
--------------------------
Summary: 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: 孙铮
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)