You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2020/01/16 15:12:00 UTC

[jira] [Updated] (MINIFICPP-1122) Ensure that all flow files have a resource claim

     [ https://issues.apache.org/jira/browse/MINIFICPP-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marton Szasz updated MINIFICPP-1122:
------------------------------------
    Description: 
The current minifi behavior is not creating \{{ResourceClaim}}s for empty (content) flow files. The change would change behavior of some processors, as {{ProcessSession::read}} only calls the passed callback when there is a {{ResourceClaim}} and the flow file is not empty. The behavior will be made configurable in MINIFICPP-1047 with the current behavior being the default and the default should change in 1.0 to always creating \{{ResourceClaim}}s.

 

  was:
The current minifi behavior is not creating {{ResourceClaim}}s for empty (content) flow files. The change would change behavior of some processors, as {{ProcessSession::read}} only calls the passed callback when there is a {{ResourceClaim}} and the flow file is not empty. The behavior will be made configurable in MINIFICPP-1047 with the current behavior being the default and the default should change in 1.0 to always creating {{ResourceClaim}}s.

 


> Ensure that all flow files have a resource claim
> ------------------------------------------------
>
>                 Key: MINIFICPP-1122
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1122
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Marton Szasz
>            Priority: Major
>             Fix For: 1.0.0
>
>
> The current minifi behavior is not creating \{{ResourceClaim}}s for empty (content) flow files. The change would change behavior of some processors, as {{ProcessSession::read}} only calls the passed callback when there is a {{ResourceClaim}} and the flow file is not empty. The behavior will be made configurable in MINIFICPP-1047 with the current behavior being the default and the default should change in 1.0 to always creating \{{ResourceClaim}}s.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)