[
https://issues.apache.org/jira/browse/MINIFICPP-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz resolved MINIFICPP-2670.
-------------------------------------
Resolution: Done
> Clean up volatile repositories
> ------------------------------
>
> Key: MINIFICPP-2670
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2670
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Gábor Gyimesi
> Assignee: Gábor Gyimesi
> Priority: Minor
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Volatile flow file repository should not be used anymore, instead the
> NoOpRepository should be used. It is not needed to store the flow files in a
> memory storage if they are not persistent, as they are already stored in
> memory while being transferred between processors. The volatile flow file
> repository should be removed, and the it should only remain as an alias for
> NoOpRepository. The legacy volatile content repository should also be
> removed. Along with the repositories we should also remove the max bytes and
> count options from the minifi.properties configuration and update the
> documentation for it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)