Re: Apache Flink - Continuously monitoring directory using filesystem connector - 1.14.3

2022-02-18 Thread M Singh
Thanks FG. On Friday, February 18, 2022, 02:54:44 AM EST, Francesco Guardiani wrote: Hi, Filesystem source directory watching is going to be available from 1.15: https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/filesystem/#directory-watching FG On Fri, Feb 1

Re: Apache Flink - Continuously monitoring directory using filesystem connector - 1.14.3

2022-02-17 Thread Francesco Guardiani
Hi, Filesystem source directory watching is going to be available from 1.15: https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/filesystem/#directory-watching FG On Fri, Feb 18, 2022 at 1:28 AM M Singh wrote: > Hi: > > I have a simple application and am using file system

Apache Flink - Continuously monitoring directory using filesystem connector - 1.14.3

2022-02-17 Thread M Singh
Hi:   I have a simple application and am using file system connector to monitor a directory and then print to the console (using datastream).  However, the application stops after reading the file in the directory (at the moment I have a single file in the directory).   I am using Apache Flink v