未验证 提交 fd448ef1 编写于 作者: J Jie Wang 提交者: Jark Wu

[FLINK-20711][docs] Fix failure-handler parameter enumeration value typo in ES connector doc

This closes #14467
上级 facd51fc
......@@ -147,7 +147,7 @@ Connector Options
<ul>
<li><code>fail</code>: throws an exception if a request fails and thus causes a job failure.</li>
<li><code>ignore</code>: ignores failures and drops the request.</li>
<li><code>retry_rejected</code>: re-adds requests that have failed due to queue capacity saturation.</li>
<li><code>retry-rejected</code>: re-adds requests that have failed due to queue capacity saturation.</li>
<li>custom class name: for failure handling with a ActionRequestFailureHandler subclass.</li>
</ul>
</td>
......
......@@ -147,7 +147,7 @@ Connector Options
<ul>
<li><code>fail</code>: throws an exception if a request fails and thus causes a job failure.</li>
<li><code>ignore</code>: ignores failures and drops the request.</li>
<li><code>retry_rejected</code>: re-adds requests that have failed due to queue capacity saturation.</li>
<li><code>retry-rejected</code>: re-adds requests that have failed due to queue capacity saturation.</li>
<li>custom class name: for failure handling with a ActionRequestFailureHandler subclass.</li>
</ul>
</td>
......
......@@ -89,7 +89,7 @@ public class ElasticsearchOptions {
text(
"\"ignore\" (ignores failures and drops the request),"),
text(
"\"retry_rejected\" (re-adds requests that have failed due to queue capacity saturation),"),
"\"retry-rejected\" (re-adds requests that have failed due to queue capacity saturation),"),
text(
"\"class name\" for failure handling with a ActionRequestFailureHandler subclass"))
.build());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册