Adam Debreceni created MINIFICPP-1525:
-----------------------------------------
Summary: 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
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.3.4#803005)