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

ASF subversion and git services commented on NIFI-7054:
-------------------------------------------------------

Commit dd6bcc74850daf8f5d7a8621aacd6140eedd4001 in nifi's branch 
refs/heads/master from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=dd6bcc7 ]

NIFI-7054: Add RecordSinkServiceLookup for dynamic sink routing (#4020)

* NIFI-7054: Add RecordSinkServiceLookup for dynamic sink routing

* NIFI-7054: Incorporated review comments


> Add RecordSinkServiceLookup
> ---------------------------
>
>                 Key: NIFI-7054
>                 URL: https://issues.apache.org/jira/browse/NIFI-7054
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The RecordSinkService controller service interface was added in NiFi 1.10 
> (via NIFI-6780) to decouple the destination for records in a FlowFile from 
> the format of those records. Since then there have been various 
> implementations (NIFI-6799, NIFI-6819). Other controller services have been 
> augmented with a "lookup" pattern where the actual CS can be swapped out 
> during the flow based on an attribute/variable (such as 
> DBCPConnectionPoolLookup). 
> RecordSinkService could be improved to have such a lookup as well, especially 
> with the advent of the PutRecord processor (NIFI-6947). This would allow some 
> flow files to be routed to Kafka while others are sent Site-to-Site for 
> example, all with a single configured controller service.



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

Reply via email to