From 9fe82ea870e5394292cb0d1d749d87f5d6259c72 Mon Sep 17 00:00:00 2001 From: Rion Williams Date: Tue, 9 Mar 2021 21:10:44 -0600 Subject: [PATCH] [FLINK-20979] Corrected disabling value for sink.bulk-flush.max-actions configuration --- docs/content.zh/docs/connectors/table/elasticsearch.md | 2 +- docs/content/docs/connectors/table/elasticsearch.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content.zh/docs/connectors/table/elasticsearch.md b/docs/content.zh/docs/connectors/table/elasticsearch.md index 4b1a74abc7984..e1f7008557794 100644 --- a/docs/content.zh/docs/connectors/table/elasticsearch.md +++ b/docs/content.zh/docs/connectors/table/elasticsearch.md @@ -158,7 +158,7 @@ Connector Options 1000 Integer Maximum number of buffered actions per bulk request. - Can be set to '0' to disable it. + Can be set to '-1' to disable it. diff --git a/docs/content/docs/connectors/table/elasticsearch.md b/docs/content/docs/connectors/table/elasticsearch.md index 8deb710034402..cc74da86c9983 100644 --- a/docs/content/docs/connectors/table/elasticsearch.md +++ b/docs/content/docs/connectors/table/elasticsearch.md @@ -158,7 +158,7 @@ Connector Options 1000 Integer Maximum number of buffered actions per bulk request. - Can be set to '0' to disable it. + Can be set to '-1' to disable it.