[
https://issues.apache.org/jira/browse/NIFI-15223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18038560#comment-18038560
]
ASF subversion and git services commented on NIFI-15223:
--------------------------------------------------------
Commit 730bf0fb795d01ebdf21f6b85b55fb91d1188493 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=730bf0fb79 ]
NIFI-15223 Decoupled S2S Client from Framework API
- Removed framework-api dependency from site-to-site-client and reporting-task
- Added SiteToSiteEventReporter and adapters in framework modules
- Added framework-api dependency to minifi-nar-unloader
Signed-off-by: Pierre Villard <[email protected]>
This closes #10534.
> Decouple S2S Client from Framework API
> --------------------------------------
>
> Key: NIFI-15223
> URL: https://issues.apache.org/jira/browse/NIFI-15223
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework, Extensions
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The {{nifi-site-to-site-client}} under {{nifi-commons}} supports both
> framework operations and reporting tasks. The current implementation has a
> dependency on {{nifi-framework-api}}, leading to the framework dependency in
> the S2S Reporting Task extension module. Actual framework API usage is
> limited to the {{EventReporter}} and {{RemoteDestination}} interfaces, which
> can easily be substituted with interfaces defined in
> {{nifi-site-to-site-client}}, removing the need for coupling to the framework
> API.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)