You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Ferenc Kis (Jira)" <ji...@apache.org> on 2022/12/08 11:02:00 UTC

[jira] [Updated] (NIFI-10960) [MiNiFi] Introduce interfaces on C2 api level to replace passing functions directly

     [ https://issues.apache.org/jira/browse/NIFI-10960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ferenc Kis updated NIFI-10960:
------------------------------
    Component/s: MiNiFi

> [MiNiFi] Introduce interfaces on C2 api level to replace passing functions directly
> -----------------------------------------------------------------------------------
>
>                 Key: NIFI-10960
>                 URL: https://issues.apache.org/jira/browse/NIFI-10960
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: MiNiFi
>            Reporter: Ferenc Kis
>            Priority: Major
>              Labels: minifi-improvements
>
> Currently operation handler are defined in c2-protocol module, but the minifi specific functionality is defined in minifi-framework module (C2NifiClientService) and is injected as pure functions.
> Instead of this we should define interfaces  with proper javadoc, so it would behave as contract between modules, and would be self documented what is expected from an implementation.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)