You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2024/01/19 01:14:00 UTC

[jira] [Resolved] (NIFI-12616) Enable @use_case and @multi_processor_use_case decorators to be added to Python Processors

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

David Handermann resolved NIFI-12616.
-------------------------------------
    Resolution: Fixed

> Enable @use_case and @multi_processor_use_case decorators to be added to Python Processors
> ------------------------------------------------------------------------------------------
>
>                 Key: NIFI-12616
>                 URL: https://issues.apache.org/jira/browse/NIFI-12616
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework, Extensions
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Major
>             Fix For: 2.0.0-M2
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Currently, Python processors have no way of articulating specific use cases and multi-processor use cases in their docs. Introduce new decorators to allow for these.
> We use decorators here in order to keep the structure similar to that of Java but also because it offers a clean mechanism for defining the MultiProcessorUseCase, which becomes awkward if trying to include in the ProcessorDetails inner class.



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