You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Ferenc Gerlits (Jira)" <ji...@apache.org> on 2022/11/29 17:40:00 UTC

[jira] [Resolved] (MINIFICPP-1952) InvokeHTTP should be able to handle very large flow files

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

Ferenc Gerlits resolved MINIFICPP-1952.
---------------------------------------
    Resolution: Fixed

> InvokeHTTP should be able to handle very large flow files
> ---------------------------------------------------------
>
>                 Key: MINIFICPP-1952
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1952
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Ferenc Gerlits
>            Assignee: Ferenc Gerlits
>            Priority: Minor
>             Fix For: 0.13.0
>
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> The {{HTTPUploadCallback}} in {{InvokeHTTP}} reads the whole flow file content into memory before sending it via http, in chunks.  This means that it cannot support flow files larger than the available memory.  Change it to read the flow file content on the fly, while sending it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)