Github user minifirocks commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/295
@phrocker the reason that i do not want to use processor is that meta info
below to flow which is generated by the any processor. we provide a framework
let user to write their own meta info and add to the container. for example,
they can add vendor specified meta info. as for the shared ptr, i can change to
unique ptr. i pick share ptr because it make it more flexible in case it need
to be used somewhere besides the container.
---