[
https://issues.apache.org/jira/browse/NIFI-11852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766305#comment-17766305
]
ASF subversion and git services commented on NIFI-11852:
--------------------------------------------------------
Commit 7fc8455e1daebf2416edcc3131decfccde11d0d6 in nifi's branch
refs/heads/support/nifi-1.x from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=7fc8455e1d ]
NIFI-11852 - CLI - connect two process groups
Backported
This closes #7527
Signed-off-by: Nandor Soma Abonyi <[email protected]>
(cherry picked from commit dcf42d01a4d31f3dc8a7fad8618659bb8c7248c5)
> CLI - connect two process groups
> --------------------------------
>
> Key: NIFI-11852
> URL: https://issues.apache.org/jira/browse/NIFI-11852
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Tools and Build
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
> Fix For: 1.latest, 2.latest
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Add a CLI command to connect two process groups together
> {code:java}
> ./cli.sh nifi pg-connect \
> --source-pg <pgID> \
> --source-output-port <name of the output port> \
> --destination-pg <pgID> \
> --destination-input-port <name of the input port>{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)