Skip to content

Commit 7ada6f3

Browse files
committed
[FLINK-36987][docs] Correct the docs to the active ES table connector (#114)
1 parent 6f2df6b commit 7ada6f3

File tree

2 files changed

+1
-74
lines changed

2 files changed

+1
-74
lines changed

docs/content.zh/docs/connectors/table/elasticsearch.md

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -143,22 +143,9 @@ CREATE TABLE myUserTable (
143143
</ul>
144144
</td>
145145
</tr>
146-
<tr>
147-
<td><h5>sink.delivery-guarantee</h5></td>
148-
<td>optional</td>
149-
<td style="word-wrap: break-word;">AT_LEAST_ONCE</td>
150-
<td>String</td>
151-
<td>Optional delivery guarantee when committing. Valid values are:
152-
<ul>
153-
<li><code>EXACTLY_ONCE</code>: records are only delivered exactly-once also under failover scenarios.</li>
154-
<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>
155-
<li><code>NONE</code>: records are delivered on a best effort basis.</li>
156-
</ul>
157-
</td>
158-
</tr>
159146
<tr>
160147
<td><h5>sink.flush-on-checkpoint</h5></td>
161-
<td>optional</td>
148+
<td>可选</td>
162149
<td style="word-wrap: break-word;">true</td>
163150
<td>Boolean</td>
164151
<td>在进行 checkpoint 时是否保证刷出缓冲区中的数据。如果关闭这一选项,在进行checkpoint时 sink 将不再为所有进行
@@ -226,28 +213,6 @@ CREATE TABLE myUserTable (
226213
<td>String</td>
227214
<td>添加到每个 REST 通信中的前缀字符串,例如,<code>'/v1'</code>。</td>
228215
</tr>
229-
<tr>
230-
<td><h5>connection.request-timeout</h5></td>
231-
<td>可选</td>
232-
<td style="word-wrap: break-word;">(none)</td>
233-
<td>Duration</td>
234-
<td>从连接管理器请求连接的超时时间。超时时间必须大于或者等于 0,如果设置为 0 则是无限超时。</td>
235-
</tr>
236-
<tr>
237-
<td><h5>connection.timeout</h5></td>
238-
<td>可选</td>
239-
<td style="word-wrap: break-word;">(none)</td>
240-
<td>Duration</td>
241-
<td>建立请求的超时时间 。超时时间必须大于或者等于 0 ,如果设置为 0 则是无限超时。</td>
242-
</tr>
243-
<tr>
244-
<td><h5>socket.timeout</h5></td>
245-
<td>可选</td>
246-
<td style="word-wrap: break-word;">(none)</td>
247-
<td>Duration</td>
248-
<td>等待数据的 socket 的超时时间 (SO_TIMEOUT)。超时时间必须大于或者等于 0,如果设置为 0 则是无限超时。
249-
</td>
250-
</tr>
251216
<tr>
252217
<td><h5>format</h5></td>
253218
<td>可选</td>

docs/content/docs/connectors/table/elasticsearch.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -154,20 +154,6 @@ Connector Options
154154
</ul>
155155
</td>
156156
</tr>
157-
<tr>
158-
<td><h5>sink.delivery-guarantee</h5></td>
159-
<td>optional</td>
160-
<td>no</td>
161-
<td style="word-wrap: break-word;">AT_LEAST_ONCE</td>
162-
<td>String</td>
163-
<td>Optional delivery guarantee when committing. Valid values are:
164-
<ul>
165-
<li><code>EXACTLY_ONCE</code>: records are only delivered exactly-once also under failover scenarios.</li>
166-
<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>
167-
<li><code>NONE</code>: records are delivered on a best effort basis.</li>
168-
</ul>
169-
</td>
170-
</tr>
171157
<tr>
172158
<td><h5>sink.flush-on-checkpoint</h5></td>
173159
<td>optional</td>
@@ -248,30 +234,6 @@ Connector Options
248234
<td>String</td>
249235
<td>Prefix string to be added to every REST communication, e.g., <code>'/v1'</code>.</td>
250236
</tr>
251-
<tr>
252-
<td><h5>connection.request-timeout</h5></td>
253-
<td>optional</td>
254-
<td>yes</td>
255-
<td style="word-wrap: break-word;">(none)</td>
256-
<td>Duration</td>
257-
<td>The timeout for requesting a connection from the connection manager.</td>
258-
</tr>
259-
<tr>
260-
<td><h5>connection.timeout</h5></td>
261-
<td>optional</td>
262-
<td>yes</td>
263-
<td style="word-wrap: break-word;">(none)</td>
264-
<td>Duration</td>
265-
<td>The timeout for establishing a connection.</td>
266-
</tr>
267-
<tr>
268-
<td><h5>socket.timeout</h5></td>
269-
<td>optional</td>
270-
<td>yes</td>
271-
<td style="word-wrap: break-word;">(none)</td>
272-
<td>Duration</td>
273-
<td>The socket timeout (SO_TIMEOUT) for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets.</td>
274-
</tr>
275237
<tr>
276238
<td><h5>format</h5></td>
277239
<td>optional</td>

0 commit comments

Comments
 (0)