You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2022/05/16 15:17:00 UTC

[jira] (MINIFICPP-1806) Speed up extension verification

    [ https://issues.apache.org/jira/browse/MINIFICPP-1806 ]


    Marton Szasz deleted comment on MINIFICPP-1806:
    -----------------------------------------

was (Author: szaszm):
I think that extensions libraries should export a symbol with a well defined name (e.g. minifi_build_id) and type (const C string), and we should check that after dlopen().

> Speed up extension verification
> -------------------------------
>
>                 Key: MINIFICPP-1806
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1806
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: New Feature
>            Reporter: Adam Debreceni
>            Assignee: Adam Debreceni
>            Priority: Major
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Currently we search for the build id in extension dynamic libraries such that in debug builds it incurs a significant application launch delay. We should go for a more optimal approach to improve developer experience. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)