diff --git a/docs/content.zh/docs/connectors/table/elasticsearch.md b/docs/content.zh/docs/connectors/table/elasticsearch.md index 6ebef41e..3ae78fd5 100644 --- a/docs/content.zh/docs/connectors/table/elasticsearch.md +++ b/docs/content.zh/docs/connectors/table/elasticsearch.md @@ -159,7 +159,7 @@ CREATE TABLE myUserTable (
'0'来禁用它(elasticsearch-8中必须大于0)。
+ 可以设置为'-1'来禁用它(elasticsearch-8中必须大于0)。
'0'来禁用它(elasticsearch-8中必须大于0)。
+ 可以设置为'-1'来禁用它(elasticsearch-8中必须大于0)。
'0'来禁用它(elasticsearch-8中必须大于0)。注意,'sink.bulk-flush.max-size'和'sink.bulk-flush.max-actions'都设置为'0'的这种 flush 间隔设置允许对缓冲操作进行完全异步处理(elasticsearch-8不支持如此配置,因其底层的异步 sink 要求所有 flush 参数必须为正数)。
+ 可以设置为'-1'来禁用它(elasticsearch-8中必须大于0)。注意,'sink.bulk-flush.max-size'和'sink.bulk-flush.max-actions'都设置为'0'的这种 flush 间隔设置允许对缓冲操作进行完全异步处理(elasticsearch-8不支持如此配置,因其底层的异步 sink 要求所有 flush 参数必须为正数)。
'0' to disable it (must be greater than 0 in elasticsearch 8).
+ Can be set to '-1' to disable it (must be greater than 0 in elasticsearch 8).
'0' to disable it (must be greater than 0 in elasticsearch 8).
+ Can be set to '-1' to disable it (must be greater than 0 in elasticsearch 8).
'0' to disable it (must be greater than 0 in elasticsearch 8). Note, both 'sink.bulk-flush.max-size' and 'sink.bulk-flush.max-actions'
+ Can be set to '-1' to disable it (must be greater than 0 in elasticsearch 8). Note, both 'sink.bulk-flush.max-size' and 'sink.bulk-flush.max-actions'
can be set to '0' with the flush interval set allowing for complete async processing of buffered actions (not supported in elasticsearch 8, as its underlying async sink requires all flush parameters to be positive).