[
https://issues.apache.org/jira/browse/MINIFICPP-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16712671#comment-16712671
]
ASF GitHub Bot commented on MINIFICPP-691:
------------------------------------------
Github user arpadboda commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/457#discussion_r239771411
--- Diff: extensions/libarchive/MergeContent.h ---
@@ -334,7 +334,9 @@ class MergeContent : public processors::BinFiles {
std::string readContent(std::string path);
};
-REGISTER_RESOURCE(MergeContent);
+REGISTER_RESOURCE(MergeContent, "Merges a Group of FlowFiles together
based on a user-defined strategy and packages them into a single FlowFile. "
+ "It is recommended that the Processor be configured with only a single
incoming connection, as Group of FlowFiles will not be created from "
--- End diff --
Processor is configured?
> Improve method of gathering processor documentation and providing to C2
> -----------------------------------------------------------------------
>
> Key: MINIFICPP-691
> URL: https://issues.apache.org/jira/browse/MINIFICPP-691
> Project: NiFi MiNiFi C++
> Issue Type: Task
> Reporter: Mr TheSegfault
> Assignee: Mr TheSegfault
> Priority: Major
> Labels: documentation
> Fix For: 0.6.0
>
>
> Improve method of gathering processor documentation and providing to C2
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)