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

lhotari 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 b16028d851c Fix file source connector example's keepFile property 
value (#982)
b16028d851c is described below

commit b16028d851cad4452c6b8bfe38175aae5ba24a39
Author: Cave Echo <[email protected]>
AuthorDate: Mon May 4 16:44:01 2026 +0800

    Fix file source connector example's keepFile property value (#982)
    
    * Update io-file-source.md
    
    if ["keepFile": true] starts The connector "The property keepFile must be 
false if the property processedFileSuffix is set"
    
    * Apply changes to maintained docs
    
    ---------
    
    Co-authored-by: liwenjielala 
<[email protected]>
    Co-authored-by: Lari Hotari <[email protected]>
---
 docs/io-file-source.md                         | 4 ++--
 versioned_docs/version-4.0.x/io-file-source.md | 4 ++--
 versioned_docs/version-4.2.x/io-file-source.md | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/io-file-source.md b/docs/io-file-source.md
index 4dcbc6baee5..562647ac8a9 100644
--- a/docs/io-file-source.md
+++ b/docs/io-file-source.md
@@ -45,7 +45,7 @@ Before using the File source connector, you need to create a 
configuration file
      "configs": {
         "inputDirectory": "/Users/david",
         "recurse": true,
-        "keepFile": true,
+        "keepFile": false,
         "fileFilter": "[^\\.].*",
         "pathFilter": ".*",
         "minimumFileAge": 0,
@@ -66,7 +66,7 @@ Before using the File source connector, you need to create a 
configuration file
   configs:
       inputDirectory: "/Users/david"
       recurse: true
-      keepFile: true
+      keepFile: false
       fileFilter: "[^\\.].*"
       pathFilter: ".*"
       minimumFileAge: 0
diff --git a/versioned_docs/version-4.0.x/io-file-source.md 
b/versioned_docs/version-4.0.x/io-file-source.md
index 4dcbc6baee5..562647ac8a9 100644
--- a/versioned_docs/version-4.0.x/io-file-source.md
+++ b/versioned_docs/version-4.0.x/io-file-source.md
@@ -45,7 +45,7 @@ Before using the File source connector, you need to create a 
configuration file
      "configs": {
         "inputDirectory": "/Users/david",
         "recurse": true,
-        "keepFile": true,
+        "keepFile": false,
         "fileFilter": "[^\\.].*",
         "pathFilter": ".*",
         "minimumFileAge": 0,
@@ -66,7 +66,7 @@ Before using the File source connector, you need to create a 
configuration file
   configs:
       inputDirectory: "/Users/david"
       recurse: true
-      keepFile: true
+      keepFile: false
       fileFilter: "[^\\.].*"
       pathFilter: ".*"
       minimumFileAge: 0
diff --git a/versioned_docs/version-4.2.x/io-file-source.md 
b/versioned_docs/version-4.2.x/io-file-source.md
index 4dcbc6baee5..562647ac8a9 100644
--- a/versioned_docs/version-4.2.x/io-file-source.md
+++ b/versioned_docs/version-4.2.x/io-file-source.md
@@ -45,7 +45,7 @@ Before using the File source connector, you need to create a 
configuration file
      "configs": {
         "inputDirectory": "/Users/david",
         "recurse": true,
-        "keepFile": true,
+        "keepFile": false,
         "fileFilter": "[^\\.].*",
         "pathFilter": ".*",
         "minimumFileAge": 0,
@@ -66,7 +66,7 @@ Before using the File source connector, you need to create a 
configuration file
   configs:
       inputDirectory: "/Users/david"
       recurse: true
-      keepFile: true
+      keepFile: false
       fileFilter: "[^\\.].*"
       pathFilter: ".*"
       minimumFileAge: 0

Reply via email to