Skip to content

Commit

Permalink
[FLINK-36987][docs] Correct the docs to the active ES table connector (
Browse files Browse the repository at this point in the history
  • Loading branch information
Myasuka authored Jan 3, 2025
1 parent 687eaad commit 0447de2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 74 deletions.
37 changes: 1 addition & 36 deletions docs/content.zh/docs/connectors/table/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,22 +143,9 @@ CREATE TABLE myUserTable (
</ul>
</td>
</tr>
<tr>
<td><h5>sink.delivery-guarantee</h5></td>
<td>optional</td>
<td style="word-wrap: break-word;">AT_LEAST_ONCE</td>
<td>String</td>
<td>Optional delivery guarantee when committing. Valid values are:
<ul>
<li><code>EXACTLY_ONCE</code>: records are only delivered exactly-once also under failover scenarios.</li>
<li><code>AT_LEAST_ONCE</code>: records are ensured to be delivered but it may happen that the same record is delivered multiple times.</li>
<li><code>NONE</code>: records are delivered on a best effort basis.</li>
</ul>
</td>
</tr>
<tr>
<td><h5>sink.flush-on-checkpoint</h5></td>
<td>optional</td>
<td>可选</td>
<td style="word-wrap: break-word;">true</td>
<td>Boolean</td>
<td>在进行 checkpoint 时是否保证刷出缓冲区中的数据。如果关闭这一选项,在进行checkpoint时 sink 将不再为所有进行
Expand Down Expand Up @@ -226,28 +213,6 @@ CREATE TABLE myUserTable (
<td>String</td>
<td>添加到每个 REST 通信中的前缀字符串,例如,<code>'/v1'</code>。</td>
</tr>
<tr>
<td><h5>connection.request-timeout</h5></td>
<td>可选</td>
<td style="word-wrap: break-word;">(none)</td>
<td>Duration</td>
<td>从连接管理器请求连接的超时时间。超时时间必须大于或者等于 0,如果设置为 0 则是无限超时。</td>
</tr>
<tr>
<td><h5>connection.timeout</h5></td>
<td>可选</td>
<td style="word-wrap: break-word;">(none)</td>
<td>Duration</td>
<td>建立请求的超时时间 。超时时间必须大于或者等于 0 ,如果设置为 0 则是无限超时。</td>
</tr>
<tr>
<td><h5>socket.timeout</h5></td>
<td>可选</td>
<td style="word-wrap: break-word;">(none)</td>
<td>Duration</td>
<td>等待数据的 socket 的超时时间 (SO_TIMEOUT)。超时时间必须大于或者等于 0,如果设置为 0 则是无限超时。
</td>
</tr>
<tr>
<td><h5>format</h5></td>
<td>可选</td>
Expand Down
38 changes: 0 additions & 38 deletions docs/content/docs/connectors/table/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,6 @@ Connector Options
</ul>
</td>
</tr>
<tr>
<td><h5>sink.delivery-guarantee</h5></td>
<td>optional</td>
<td>no</td>
<td style="word-wrap: break-word;">AT_LEAST_ONCE</td>
<td>String</td>
<td>Optional delivery guarantee when committing. Valid values are:
<ul>
<li><code>EXACTLY_ONCE</code>: records are only delivered exactly-once also under failover scenarios.</li>
<li><code>AT_LEAST_ONCE</code>: records are ensured to be delivered but it may happen that the same record is delivered multiple times.</li>
<li><code>NONE</code>: records are delivered on a best effort basis.</li>
</ul>
</td>
</tr>
<tr>
<td><h5>sink.flush-on-checkpoint</h5></td>
<td>optional</td>
Expand Down Expand Up @@ -248,30 +234,6 @@ Connector Options
<td>String</td>
<td>Prefix string to be added to every REST communication, e.g., <code>'/v1'</code>.</td>
</tr>
<tr>
<td><h5>connection.request-timeout</h5></td>
<td>optional</td>
<td>yes</td>
<td style="word-wrap: break-word;">(none)</td>
<td>Duration</td>
<td>The timeout for requesting a connection from the connection manager.</td>
</tr>
<tr>
<td><h5>connection.timeout</h5></td>
<td>optional</td>
<td>yes</td>
<td style="word-wrap: break-word;">(none)</td>
<td>Duration</td>
<td>The timeout for establishing a connection.</td>
</tr>
<tr>
<td><h5>socket.timeout</h5></td>
<td>optional</td>
<td>yes</td>
<td style="word-wrap: break-word;">(none)</td>
<td>Duration</td>
<td>The socket timeout (SO_TIMEOUT) for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets.</td>
</tr>
<tr>
<td><h5>format</h5></td>
<td>optional</td>
Expand Down

0 comments on commit 0447de2

Please sign in to comment.