[
https://issues.apache.org/jira/browse/MINIFICPP-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz resolved MINIFICPP-1525.
-------------------------------------
Fix Version/s: 0.13.0
Resolution: Done
https://github.com/apache/nifi-minifi-cpp/commit/344c08cb03f87e57cb5806b02dc7a420ba5efacc
> Add swapping to Connection queues
> ---------------------------------
>
> Key: MINIFICPP-1525
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1525
> Project: Apache NiFi MiNiFi C++
> Issue Type: New Feature
> Reporter: Adam Debreceni
> Assignee: Adam Debreceni
> Priority: Major
> Fix For: 0.13.0
>
> Time Spent: 3h 50m
> Remaining Estimate: 0h
>
> Currently the maximum number of flow files a connection can hold is limited
> by the available RAM on the system. As the flow files are already persisted
> to disk in the FlowFileRepository, we should not store them in memory, if we
> know that they won't be used in the near future, but we should lazy-load them
> on demand.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)