Kondakov Artem created MINIFICPP-1962:
-----------------------------------------

             Summary: 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
             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)

Reply via email to