[
https://issues.apache.org/jira/browse/NIFI-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18016299#comment-18016299
]
ASF subversion and git services commented on NIFI-14435:
--------------------------------------------------------
Commit 63b993ec34c6ee56a189cab42d81457f8ae48971 in nifi's branch
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=63b993ec34 ]
NIFI-14435 FlowComparator should offer deep recursive comparison (#9863)
Signed-off-by: David Handermann <[email protected]>
> FlowComparator should offer deep recursive comparison
> -----------------------------------------------------
>
> Key: NIFI-14435
> URL: https://issues.apache.org/jira/browse/NIFI-14435
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Consider a versioned process group PG.
> Add a new child process group inside of PG.
> Do many modifications in the child PG (add processors, etc).
> If showing local changes for PG, it'll only say that a process group childPG
> has been added but nothing about what has been done in childPG.
> This JIRA is to add a new Flow Comparator Versioned Strategy in order to
> offer the option for a full exhaustive listing of the differences to also
> include the list of what is being added inside a newly added process group.
> There is no intent with this work to change what is returned to the UI when
> showing local changes as it should be further evaluated in terms of side
> effects.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)