Hello, Is there an example for FileSource that continuously monitors NFS directories looking out for files that match pattern specified at runtime? I was searching for documents around it but could not find.
Can flink file source monitor on nfs directories without any issues? I was using a custom richsource function using Java nio2 watcher service on local directories. But it does not work with nfs mounts. Thanks.