[
https://issues.apache.org/jira/browse/NIFI-14412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17944416#comment-17944416
]
ASF subversion and git services commented on NIFI-14412:
--------------------------------------------------------
Commit 67ec0bb9dc542ed383471f7d7270c6129f6362d2 in nifi's branch
refs/heads/main from arturchyzy
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=67ec0bb9dc ]
NIFI-14412 Added Flow Action Reporter Interface to Framework API (#9837)
Co-authored-by: David Handermann <[email protected]>
Signed-off-by: David Handermann <[email protected]>
> Add Flow Action Reporter Interface to Framework API
> ---------------------------------------------------
>
> Key: NIFI-14412
> URL: https://issues.apache.org/jira/browse/NIFI-14412
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Core Framework
> Reporter: David Handermann
> Assignee: Artur Chyży
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> A new Flow Action Reporter interface should be added to the
> {{nifi-framework-api}} based on the approved design in NIP-7.
> The FlowAction model provides the contract for implementations of Flow Action
> Reporter. As described in the design, the framework is responsible for
> translating Action objects from {{nifi-api}} to the FlowAction model. The
> FlowAction model should be self-contained, using a generic Map of fields to
> capture applicable information, as opposed to the class hierarchy currently
> implemented for the framework AuditService interface.
> Implementing the new Flow Action Reporter interface involves defining it as
> an extension in the Extension Manager for loading from NAR bundles.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)