You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/27 08:26:08 UTC

[GitHub] [flink] matriv commented on a change in pull request #18530: [hotfix][docs][connector/files] Fix directory watching docs

matriv commented on a change in pull request #18530:
URL: https://github.com/apache/flink/pull/18530#discussion_r793359688



##########
File path: docs/content/docs/connectors/table/filesystem.md
##########
@@ -111,9 +107,9 @@ When using a directory as the source path, there is **no defined order of ingest
 
 ### Directory watching
 
-The file system connector automatically watches the input directory when the runtime mode is configured as STREAMING.
+By default, the file system connector is bounded, that is it will scan the configured path once and then close itself.
 
-You can modify the watch interval using the following option.
+You can enable directory watching by configuring the option `source.monitor-interval`:

Review comment:
       Maybe: ... `enable continuous directory watching...`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org