This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new cd4097c503 Docs sync done from apache/pulsar(#4ae070c)
cd4097c503 is described below

commit cd4097c5034e82be2538a77ce42babc83c33425c
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Fri Apr 29 12:03:39 2022 +0000

    Docs sync done from apache/pulsar(#4ae070c)
---
 site2/docs/io-elasticsearch-sink.md              | 2 +-
 site2/website-next/docs/io-elasticsearch-sink.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/docs/io-elasticsearch-sink.md 
b/site2/docs/io-elasticsearch-sink.md
index 6c415c2b04..8cfc8225a1 100644
--- a/site2/docs/io-elasticsearch-sink.md
+++ b/site2/docs/io-elasticsearch-sink.md
@@ -60,7 +60,7 @@ The configuration of the Elasticsearch sink connector has the 
following properti
 | `bulkActions` | Integer | false | 1000 | The maximum number of actions per 
elasticsearch bulk request. Use -1 to disable it. |
 | `bulkSizeInMb` | Integer | false |5 | The maximum size in megabytes of 
elasticsearch bulk requests. Use -1 to disable it. |
 | `bulkConcurrentRequests` | Integer | false | 0 | The maximum number of in 
flight elasticsearch bulk requests. The default 0 allows the execution of a 
single request. A value of 1 means 1 concurrent request is allowed to be 
executed while accumulating new bulk requests. |
-| `bulkFlushIntervalInMs` | Integer | false | -1 | The maximum period of time 
to wait for flushing pending writes when bulk writes are enabled. Default is -1 
meaning not set. |
+| `bulkFlushIntervalInMs` | Long | false | 1000 | The maximum period of time 
to wait for flushing pending writes when bulk writes are enabled. -1 or zero 
means the scheduled flushing is disabled. |
 | `compressionEnabled` | Boolean | false |false | Enable elasticsearch request 
compression. |
 | `connectTimeoutInMs` | Integer | false |5000 | The elasticsearch client 
connection timeout in milliseconds. |
 | `connectionRequestTimeoutInMs` | Integer | false |1000 | The time in 
milliseconds for getting a connection from the elasticsearch connection pool. |
diff --git a/site2/website-next/docs/io-elasticsearch-sink.md 
b/site2/website-next/docs/io-elasticsearch-sink.md
index 38873789d7..bec659d73e 100644
--- a/site2/website-next/docs/io-elasticsearch-sink.md
+++ b/site2/website-next/docs/io-elasticsearch-sink.md
@@ -60,7 +60,7 @@ The configuration of the Elasticsearch sink connector has the 
following properti
 | `bulkActions` | Integer | false | 1000 | The maximum number of actions per 
elasticsearch bulk request. Use -1 to disable it. |
 | `bulkSizeInMb` | Integer | false |5 | The maximum size in megabytes of 
elasticsearch bulk requests. Use -1 to disable it. |
 | `bulkConcurrentRequests` | Integer | false | 0 | The maximum number of in 
flight elasticsearch bulk requests. The default 0 allows the execution of a 
single request. A value of 1 means 1 concurrent request is allowed to be 
executed while accumulating new bulk requests. |
-| `bulkFlushIntervalInMs` | Integer | false | -1 | The maximum period of time 
to wait for flushing pending writes when bulk writes are enabled. Default is -1 
meaning not set. |
+| `bulkFlushIntervalInMs` | Long | false | 1000 | The maximum period of time 
to wait for flushing pending writes when bulk writes are enabled. -1 or zero 
means the scheduled flushing is disabled. |
 | `compressionEnabled` | Boolean | false |false | Enable elasticsearch request 
compression. |
 | `connectTimeoutInMs` | Integer | false |5000 | The elasticsearch client 
connection timeout in milliseconds. |
 | `connectionRequestTimeoutInMs` | Integer | false |1000 | The time in 
milliseconds for getting a connection from the elasticsearch connection pool. |

Reply via email to