Sensitive Property: trueUse Azure Managed Identity | use-managed-identity | false | | Choose whether or not to use the managed identity of Azure VM/VMSS |
Number of Event Hub Partitions | Number of Event Hub Partitions | | | This property is deprecated and no longer used. |
Consumer Group | Event Hub Consumer Group | $Default | | The name of the consumer group to use when pulling events |
Message Enqueue Time | Event Hub Message Enqueue Time | | | A timestamp (ISO-8601 Instant) formatted as YYYY-MM-DDThhmmss.sssZ (2016-01-01T01:01:01.000Z) from which messages should have been enqueued in the Event Hub to start reading from |
Partition Receiver Fetch Size | Partition Recivier Fetch Size | | | The number of events that a receiver should fetch from an Event Hubs partition before returning. The default is 100 |
Partition Receiver Timeout | Partition Receiver Timeout (millseconds) | | | The amount of time in milliseconds a Partition Receiver should wait to receive the Fetch Size before returning. The default is 60000 |
Relationships:
Name | Description |
---|
success | Any FlowFile that is successfully received from the event hub will be transferred to this Relationship. |
Reads Attributes:
None specified.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' |
State management:
This component does not store state.Restricted:
This component is not restricted.Input requirement:
This component does not allow an incoming relationship.System Resource Considerations:
None specified.See Also:
ConsumeAzureEventHub