[ https://issues.apache.org/jira/browse/MINIFICPP-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247779#comment-16247779 ]
ASF GitHub Bot commented on MINIFICPP-297: ------------------------------------------ Github user phrocker commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/181 @achristianson statefulness helps use RAII to eliminate temp files, whereas other techniques don't do this. It's a balance between cleaning them up automatically or requiring the user to. As I saw previously with the code I removed, this was not done, and I fear most users won't properly do this. I'm with you. My initial implementation was just a simple create file without tracking. I'm still on the fence about that. We should require users to remove files, but that's not an expectation from creating temp files. > Remove Boost as a dependency for archive extensions > --------------------------------------------------- > > Key: MINIFICPP-297 > URL: https://issues.apache.org/jira/browse/MINIFICPP-297 > Project: NiFi MiNiFi C++ > Issue Type: Bug > Reporter: marco polo > Assignee: marco polo > Fix For: 0.3.0 > > -- This message was sent by Atlassian JIRA (v6.4.14#64029)