From 0447de27e1d8defd46f73e453d00a44756fb6dce Mon Sep 17 00:00:00 2001 From: Yun Tang Date: Fri, 3 Jan 2025 15:00:01 +0800 Subject: [PATCH] [FLINK-36987][docs] Correct the docs to the active ES table connector (#114) --- .../docs/connectors/table/elasticsearch.md | 37 +----------------- .../docs/connectors/table/elasticsearch.md | 38 ------------------- 2 files changed, 1 insertion(+), 74 deletions(-) diff --git a/docs/content.zh/docs/connectors/table/elasticsearch.md b/docs/content.zh/docs/connectors/table/elasticsearch.md index 4113f40d..f8615c64 100644 --- a/docs/content.zh/docs/connectors/table/elasticsearch.md +++ b/docs/content.zh/docs/connectors/table/elasticsearch.md @@ -143,22 +143,9 @@ CREATE TABLE myUserTable ( - -
sink.delivery-guarantee
- optional - AT_LEAST_ONCE - String - Optional delivery guarantee when committing. Valid values are: - - -
sink.flush-on-checkpoint
- optional + 可选 true Boolean 在进行 checkpoint 时是否保证刷出缓冲区中的数据。如果关闭这一选项,在进行checkpoint时 sink 将不再为所有进行 @@ -226,28 +213,6 @@ CREATE TABLE myUserTable ( String 添加到每个 REST 通信中的前缀字符串,例如,'/v1'。 - -
connection.request-timeout
- 可选 - (none) - Duration - 从连接管理器请求连接的超时时间。超时时间必须大于或者等于 0,如果设置为 0 则是无限超时。 - - -
connection.timeout
- 可选 - (none) - Duration - 建立请求的超时时间 。超时时间必须大于或者等于 0 ,如果设置为 0 则是无限超时。 - - -
socket.timeout
- 可选 - (none) - Duration - 等待数据的 socket 的超时时间 (SO_TIMEOUT)。超时时间必须大于或者等于 0,如果设置为 0 则是无限超时。 - -
format
可选 diff --git a/docs/content/docs/connectors/table/elasticsearch.md b/docs/content/docs/connectors/table/elasticsearch.md index 26f21a21..b480c10f 100644 --- a/docs/content/docs/connectors/table/elasticsearch.md +++ b/docs/content/docs/connectors/table/elasticsearch.md @@ -154,20 +154,6 @@ Connector Options - -
sink.delivery-guarantee
- optional - no - AT_LEAST_ONCE - String - Optional delivery guarantee when committing. Valid values are: - - -
sink.flush-on-checkpoint
optional @@ -248,30 +234,6 @@ Connector Options String Prefix string to be added to every REST communication, e.g., '/v1'. - -
connection.request-timeout
- optional - yes - (none) - Duration - The timeout for requesting a connection from the connection manager. - - -
connection.timeout
- optional - yes - (none) - Duration - The timeout for establishing a connection. - - -
socket.timeout
- optional - yes - (none) - Duration - The socket timeout (SO_TIMEOUT) for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets. -
format
optional