[
https://issues.apache.org/jira/browse/NIFI-6729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16967522#comment-16967522
]
ASF subversion and git services commented on NIFI-6729:
-------------------------------------------------------
Commit 84a05c8595a5aa61c33723aa20418048230bf7e3 in nifi's branch
refs/heads/master from Tamas Palfy
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=84a05c8 ]
NIFI-6729 - Created AbstractSingleAttributeBasedControllerServiceLookup and
updated DBCPConnectionPoolLookup and
AzureStorageCredentialsControllerServiceLookup to inherit from it.
This closes #3774.
Signed-off-by: Peter Turcsanyi <[email protected]>
> 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
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> The fairly new {{AzureStorageCredentialsControllerServiceLookup}} and the
> {{DBCPConnectionPoolLookup}} have 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 services of a given type 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)