[
https://issues.apache.org/jira/browse/MINIFICPP-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16641971#comment-16641971
]
ASF GitHub Bot commented on MINIFICPP-637:
------------------------------------------
Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/416#discussion_r223391414
--- Diff: libminifi/include/capi/api.h ---
@@ -138,6 +138,8 @@ flow *create_flow(nifi_instance *, const char *);
flow *create_getfile(nifi_instance *instance, flow *parent, GetFileConfig
*c);
+uint8_t add_processor(flow *parent_flow, const char *proc_name, const char
*config);
--- End diff --
If we use processor name here this seems less explicit than returning a
processor on which we purposefully set the config. What is config here in this
case?
> extend C API to support adding processors with configuration to existing flows
> ------------------------------------------------------------------------------
>
> Key: MINIFICPP-637
> URL: https://issues.apache.org/jira/browse/MINIFICPP-637
> Project: NiFi MiNiFi C++
> Issue Type: Sub-task
> Reporter: Arpad Boda
> Assignee: Arpad Boda
> Priority: Minor
> Fix For: 0.6.0
>
>
> Create add_processor function that is able to extend a flow with new
> processors. This new function also needs to support setting properties of the
> new processor.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)