Format and send Records to Azure Event Hubs
azure, record, sink
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, and whether a property supports the NiFi Expression Language.
| Display Name | API Name | Default Value | Allowable Values | Description |
|---|---|---|---|---|
| Service Bus Endpoint | Service Bus Endpoint | Azure |
| Provides the domain for connecting to Azure Event Hubs |
| Event Hub Namespace | Event Hub Namespace | Provides provides the host for connecting to Azure Event Hubs | ||
| Event Hub Name | Event Hub Name | Provides the Event Hub Name for connections | ||
| Transport Type | Transport Type | AMQP |
| Advanced Message Queuing Protocol Transport Type for communication with Azure Event Hubs |
| Record Writer | record-sink-record-writer | Controller Service API: RecordSetWriterFactory Implementations: JsonRecordSetWriter RecordSetWriterLookup AvroRecordSetWriter XMLRecordSetWriter FreeFormTextRecordSetWriter CSVRecordSetWriter ParquetRecordSetWriter ScriptedRecordSetWriter | Specifies the Controller Service to use for writing out the records. | |
| Authentication Strategy | Authentication Strategy | Default Azure Credential |
| Strategy for authenticating to Azure Event Hubs |
| Shared Access Policy | Shared Access Policy | The name of the shared access policy. This policy must have Send claims This Property is only considered if the [Authentication Strategy] Property has a value of "Shared Access Key". | ||
| Shared Access Policy Key | Shared Access Policy Key | The primary or secondary key of the shared access policy Sensitive Property: true This Property is only considered if the [Authentication Strategy] Property has a value of "Shared Access Key". | ||
| Partition Key | Partition Key | A hint for Azure Event Hub message broker how to distribute messages across one or more partitions Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |