You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Gábor Gyimesi (Jira)" <ji...@apache.org> on 2022/11/03 15:33:00 UTC

[jira] [Commented] (MINIFICPP-1962) Error using process groups, input and output ports

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

Gábor Gyimesi commented on MINIFICPP-1962:
------------------------------------------

Currently there is no support in MiNiFi C++ for communicating between Process Groups through input/output ports. This needs to be implemented similarly to NiFi.

> Error using process groups, input and output ports
> --------------------------------------------------
>
>                 Key: MINIFICPP-1962
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1962
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>    Affects Versions: 0.12.0
>            Reporter: Kondakov Artem
>            Assignee: Gábor Gyimesi
>            Priority: Major
>             Fix For: 0.13.0
>
>         Attachments: config.yml
>
>
> Good afternoon.
> I have created an simple example process for getting, sorting and storing data in a database.
> Everything is working.
> After that, I tried to create a process group and move some of the processors there, create  the interaction with the main controller  using incoming and outgoing ports
> The following errors began to appear. Connections cannot find matching schema nodes and file processing stops.
> in core::ProcessGroup
> Cannot find the source processor with id '92bcadbb-4500-4b4e-90bb-f6ddce2a8cef' for the connection [name = 'Node 871d8dff-b14a-4eec-b635-3e6689e0fb7d/RouteOnAttribute', id = 'c2c6b3e9-3a37-4ea0-b747-f15e003d812d']
> in core::ProcessGroup
> Cannot find the destination processor with id '92bcadbb-4500-4b4e-90bb-f6ddce2a8cef' for the connection [name = 'SplitJson/Node 92bcadbb-4500-4b4e-90bb-f6ddce2a8cef', id = 'b075e238-46ed-46a9-9fdf-894ba5a04fc1']
>  
> These is my config of minifi
> [^config.yml]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)