Mark Payne created NIFI-202:
-------------------------------

             Summary: ProcessContext should expose Run Duration
                 Key: NIFI-202
                 URL: https://issues.apache.org/jira/browse/NIFI-202
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
    Affects Versions: 0.0.1
            Reporter: Mark Payne
            Priority: Minor
             Fix For: 0.0.1


If a Processor has to perform some expensive operation before processing a 
FlowFile (obtain a connection to a remote system, for instance) it can should 
be able to process for the full duration of the Run Duration without returning 
for the sake of efficiency (by not releasing the resources until the Rn 
Duration ends). I.e., give the developer the ability (but not require them) to 
handle the run duration themselves when it makes sense.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to