You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2023/10/18 18:48:00 UTC

[jira] [Resolved] (NIFI-11448) Speed up process of adding a Python Processor

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

Mark Payne resolved NIFI-11448.
-------------------------------
      Assignee: Mark Payne
    Resolution: Fixed

> Speed up process of adding a Python Processor
> ---------------------------------------------
>
>                 Key: NIFI-11448
>                 URL: https://issues.apache.org/jira/browse/NIFI-11448
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core Framework
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Major
>
> When a Python Processor is added to the canvas, it is quite slow. Especially the first time a Processor of that type is added. A lot of actions take place in order to enable that. This needs to be made faster. This may be done either by performing some of the actions more eagerly, or they may be done in a background thread, such as using an @OnAdded annotation etc.



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