PutAzureEventHub 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-azure-nar
DESCRIPTION¶
Send FlowFile contents to Azure Event Hubs
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Event Hub Name |
Name of Azure Event Hubs destination |
Event Hub Namespace |
Namespace of Azure Event Hubs prefixed to Service Bus Endpoint domain |
Service Bus Endpoint |
To support namespaces not in the default windows.net domain. |
Shared Access Policy Name |
The name of the shared access policy. This policy must have Send claims. |
Shared Access Policy Primary Key |
The key of the shared access policy. Either the primary or the secondary key can be used. |
Transport Type |
Advanced Message Queuing Protocol Transport Type for communication with Azure Event Hubs |
max-batch-size |
Maximum number of FlowFiles processed for each Processor invocation |
partitioning-key-attribute-name |
If specified, the value from argument named by this field will be used as a partitioning key to be used by event hub. |
proxy-configuration-service |
Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: HTTP + AuthN |
use-managed-identity |
Choose whether or not to use the managed identity of Azure VM/VMSS |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
Any FlowFile that could not be sent to the event hub will be transferred to this Relationship. |
success |
Any FlowFile that is successfully sent to the event hubs will be transferred to this Relationship. |