[
https://issues.apache.org/jira/browse/NIFI-13030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17852330#comment-17852330
]
ASF subversion and git services commented on NIFI-13030:
--------------------------------------------------------
Commit 0a5be3535711378caceb3fd529bf3ce86986da99 in nifi's branch
refs/heads/main from Simon Bence
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0a5be35357 ]
NIFI-13030 Adding endpoint for comparing versions of registered flows
This closes #8670
Signed-off-by: Peter Gyori <[email protected]>
> Provide endpoint for comparing different versions of registered flows
> ---------------------------------------------------------------------
>
> Key: NIFI-13030
> URL: https://issues.apache.org/jira/browse/NIFI-13030
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Core Framework
> Reporter: Simon Bence
> Assignee: Simon Bence
> Priority: Major
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> A new API endpoind will be added which expects a bucket and a flow id with
> two existing (and different) version identifier. When the call is
> successfull, the response contains a list of changed components with the
> differences similar to the result used by Show Local Changes.
> +Notes:+
> - Having the same version for both sides of the comparison will result an
> empty list
> - Non-existing bucket or flow ids will result error response.
> - Compared to the "show local changes" we need to prepare for bigger data
> sets. As the main purpose of this future is to compare relatively close
> versions when updating the flow, we can consider longer results as "non
> useful". Because of this, the results might be limited to a size, just like
> in case of Provenance Event listing
> - This initial effort only focuses on providing the endpoint.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)