You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Tamas Palfy (Jira)" <ji...@apache.org> on 2019/09/30 13:58:00 UTC

[jira] [Created] (NIFI-6729) Create abstract generic ControllerServiceLookup class

Tamas Palfy created NIFI-6729:
---------------------------------

             Summary: Create abstract generic ControllerServiceLookup class
                 Key: NIFI-6729
                 URL: https://issues.apache.org/jira/browse/NIFI-6729
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: Tamas Palfy
            Assignee: Tamas Palfy


The new  fairly new {{AzureStorageCredentialsControllerServiceLookup}} and the {{DBCPConnectionPoolLookup}} has a lot of common logic and points to a general concept that could be captured with an abstract implementation: 

A utility service that looks up a certain type of service from a predefined list.
These services are mapped to predefined string keys.
Which service is to be used is determined based on a flowfile attribute that holds the corresponding predefined key.



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