[ 
https://issues.apache.org/jira/browse/MINIFICPP-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16710227#comment-16710227
 ] 

ASF GitHub Bot commented on MINIFICPP-682:
------------------------------------------

Github user phrocker commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/448#discussion_r239110104
  
    --- Diff: nanofi/include/core/cstructs.h ---
    @@ -114,4 +126,6 @@ typedef enum FS {
       ROLLBACK
     } FailureStrategy;
     
    +typedef void (processor_logic)(processor_session*, processor_context *);
    --- End diff --
    
    You have a comment, below, about accessing properties not being supported. 
Does that mean that processor_logic will go in tandem with processor 
configuration somehow?


> C API: provide functions to create custom processors
> ----------------------------------------------------
>
>                 Key: MINIFICPP-682
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-682
>             Project: NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Arpad Boda
>            Assignee: Arpad Boda
>            Priority: Major
>              Labels: CAPI, nanofi
>             Fix For: 0.6.0
>
>
> Extend C API to:
> -Provide functions that can be used used to implement custom processor.
> -Custom processor should be able to read/update both the content and the 
> attributes of flowfile, route to "failure" and "success" relationships. 
> -API should support adding these custom processors to flows and invoke them 
> as standalones, too. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to