adamdebreceni commented on a change in pull request #900:
URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r501032500
##########
File path: libminifi/include/FlowFileRecord.h
##########
@@ -39,6 +39,7 @@
#include "ResourceClaim.h"
#include "Connection.h"
#include "io/OutputStream.h"
+#include "io/StreamPipe.h"
Review comment:
intentional as I didn't want to add the includes, as this change of
moving `*StreamCallback` to a separate file is already tangential to the issue,
I would like to do it in a separate PR, likewise with moving it to the `io`
namespace
[the ticket](https://issues.apache.org/jira/browse/MINIFICPP-1386)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]