You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/08/15 21:20:00 UTC

[jira] [Commented] (NIFI-10300) Add AzureEventHubRecordSink

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

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

Commit eb419b6e408c29c3454c6952c0d7eec31ab8ee74 in nifi's branch refs/heads/main from royalfork2
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=eb419b6e40 ]

NIFI-10300 Added AzureEventHubRecordSink

This closes #6296

Signed-off-by: David Handermann <ex...@apache.org>


> Add AzureEventHubRecordSink
> ---------------------------
>
>                 Key: NIFI-10300
>                 URL: https://issues.apache.org/jira/browse/NIFI-10300
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: David Handermann
>            Assignee: Nathan Lee
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> A new Record Sink Service should be implemented supporting transmission of record-oriented events to [Azure Event Hubs|https://azure.microsoft.com/en-us/services/event-hubs/].
> The current {{PutAzureEventHub}} Processor does not provide direct support for record-oriented FlowFiles. Implementing an {{AzureEventHubRecordSink}} would support sending record-oriented events using the {{PutRecord}} Processor, providing configurable input and output record formatting using standard services.
> The Azure Event Hub Record Sink should be implemented using the newer [Azure Event Hubs client library|https://docs.microsoft.com/en-us/java/api/overview/azure/messaging-eventhubs-readme?view=azure-java-stable]. Similar to {{PutAzureEventHub}}, the Record Sink should support configurable authentication strategies, with initial support for Named Keys or [Default Azure Credentials|https://docs.microsoft.com/en-us/azure/developer/java/sdk/identity-azure-hosted-auth#default-azure-credential], which enables access using environment variables or Managed Identities.
> The Azure Event Hub Record Sink should be capable of sending one record per event, providing the option to implement other record batching strategies.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)