Send FlowFile contents to Azure Event Hubs
microsoft, azure, cloud, eventhub, events, streams, streaming
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Event Hub Namespace | Event Hub Namespace | Namespace of Azure Event Hubs prefixed to Service Bus Endpoint domain | ||
Event Hub Name | Event Hub Name | Name of Azure Event Hubs destination | ||
Service Bus Endpoint | Service Bus Endpoint | Azure |
| To support namespaces not in the default windows.net domain. |
Transport Type | Transport Type | AMQP |
| Advanced Message Queuing Protocol Transport Type for communication with Azure Event Hubs |
Shared Access Policy Name | Shared Access Policy Name | The name of the shared access policy. This policy must have Send claims. | ||
Shared Access Policy Key | Shared Access Policy Primary Key | The key of the shared access policy. Either the primary or the secondary key can be used. Sensitive Property: true | ||
Use Azure Managed Identity | use-managed-identity | false |
| Choose whether or not to use the managed identity of Azure VM/VMSS |
Partitioning Key Attribute Name | 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. | ||
Maximum Batch Size | max-batch-size | 100 | Maximum number of FlowFiles processed for each Processor invocation |
Name | Description |
---|---|
success | Any FlowFile that is successfully sent to the event hubs will be transferred to this Relationship. |
failure | Any FlowFile that could not be sent to the event hub will be transferred to this Relationship. |
Resource | Description |
---|---|
MEMORY | The Processor buffers FlowFile contents in memory before sending |