[
https://issues.apache.org/jira/browse/MINIFICPP-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz updated MINIFICPP-1317:
------------------------------------
Priority: Minor (was: Major)
> Batch send flowFiles with InvokeHTTP
> ------------------------------------
>
> Key: MINIFICPP-1317
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1317
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Adam Debreceni
> Assignee: Adam Debreceni
> Priority: Minor
>
> Currently in order to send multiple flowFiles at once through InvokeHTTP a
> MergeContent processor is used. Unfortunately MergeContent incurs an IO
> penalty as each merge-result is written to disk. To combat this, we should
> either make InvokeHTTP capable of sending multiple flowFiles at once, or
> allow the MergeContent processor to create lazily merged results, where we
> only store the fact of merger but not the actual result, which is generated
> on the fly when read.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)