Github user achristianson commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/148
@calebj pls clarify with @phrocker if the stream-based export is truly
necessary at this point.
The greater concern may be ensuring that the stash resource claims are
properly tracked by the flow file repo (rocksdb). I *believe* that would
require adding a bit of code to FlowFileRecord's Serialize/Deserialize methods,
but would like @phrocker to confirm since he's more knowledgeable on the core
repos than I am.
---