Ferenc Gerlits created MINIFICPP-1952:
-----------------------------------------
Summary: 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
Fix For: 0.13.0
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)