GetAzureEventHub 2.0.0

Bundle
org.apache.nifi | nifi-azure-nar
Description
Receives messages from Microsoft Azure Event Hubs without reliable checkpoint tracking. In clustered environment, GetAzureEventHub processor instances work independently and all cluster nodes process all messages (unless running the processor in Primary Only mode). ConsumeAzureEventHub offers the recommended approach to receiving messages from Azure Event Hubs. This processor creates a thread pool for connections to Azure Event Hubs.
Tags
azure, cloud, eventhub, events, microsoft, streaming, streams
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success Any FlowFile that is successfully received from the event hub will be transferred to this Relationship.
Writes Attributes
Name Description
eventhub.enqueued.timestamp The time (in milliseconds since epoch, UTC) at which the message was enqueued in the event hub
eventhub.offset The offset into the partition at which the message was stored
eventhub.sequence The Azure sequence number associated with the message
eventhub.name The name of the event hub from which the message was pulled
eventhub.partition The name of the event hub partition from which the message was pulled
eventhub.property.* The application properties of this message. IE: 'application' would be 'eventhub.property.application'
See Also