Adam Debreceni created MINIFICPP-1294:
-----------------------------------------
Summary: Move stream ref counting to the ResourceClaim class
Key: MINIFICPP-1294
URL: https://issues.apache.org/jira/browse/MINIFICPP-1294
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Adam Debreceni
Fix For: 1.0.0
Currently the FlowFile and others manually increment/decrement the refCount of
each ResourceClaim. As each ResourceClaim also has a reference to the content
repository (in form a StreamManager) it should be able to notify the manager if
a ResourceClaim instance is created/destroyed.
The only place requiring manual refCount adjustments should be when we
Serialize/Deserialize the FlowFiles.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)