Mark Payne created NIFI-12616:
---------------------------------
Summary: 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: Bug
Components: Core Framework, Extensions
Reporter: Mark Payne
Assignee: Mark Payne
Fix For: 2.0.0-M2
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)