You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Daniel Arnaiz (JIRA)" <ji...@apache.org> on 2018/05/16 07:23:00 UTC

[jira] [Created] (NIFI-5199) Include checkUpdateMillis in SynchronousFileWatcher as property in CSV Lookup Proccess

Daniel Arnaiz created NIFI-5199:
-----------------------------------

             Summary: Include checkUpdateMillis in SynchronousFileWatcher as property in CSV Lookup Proccess
                 Key: NIFI-5199
                 URL: https://issues.apache.org/jira/browse/NIFI-5199
             Project: Apache NiFi
          Issue Type: Wish
          Components: Extensions
    Affects Versions: 1.6.0
            Reporter: Daniel Arnaiz


I use the SimpleCsvFileLookupService, it works great, but my CSV doesn't change frecuently, i dont know if that may improve the performance, but in this case, it may be great could set the refresh time by Proccess Property.

_this.watcher = new SynchronousFileWatcher(Paths.get(csvFile), new LastModifiedMonitor(), *{color:#FF0000}30000L{color}*);_

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)