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 2021/03/31 19:17:00 UTC

[jira] [Commented] (NIFI-8386) When fetching Parameter Context/Variable Registry/Controller Services, referencing components should include bulletins

    [ https://issues.apache.org/jira/browse/NIFI-8386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17312642#comment-17312642 ] 

Mark Payne commented on NIFI-8386:
----------------------------------

To further clarify, the entity data models already have a List<Bulletin> type in them, but they are not being populated. We need to populate those bulletins.

> When fetching Parameter Context/Variable Registry/Controller Services, referencing components should include bulletins
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-8386
>                 URL: https://issues.apache.org/jira/browse/NIFI-8386
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Major
>
> When a request is made to fetch a Parameter Context, a Variable Registry, or a Controller Service, we send back a list of referencing entities. This includes things like validation errors but not bulletins. The UI is then forced to query the bulletin board to get bulletins for each of the affected components. While it does perform some batching, it must make a lot of requests. We should instead just include the bulletins in the data model.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)