FME Transformers: 2026.1

Categories
Web

Web

Related Transformers
AzureIoTConnector
AzureQueueStorageConnector
GoogleCloudPubSubConnector
KafkaConnector
SQSConnector

AzureEventHubsConnector

Connects to Azure Event Hubs to send, receive, and checkpoint messages.

Jump to Configuration

Typical Uses

  • Communicating with Event Hubs to interact with devices, data, and platforms.

How does it work?

The AzureEventHubsConnector uses your Azure account credentials to connect to Azure’s Event Hubs and perform various tasks:

Action Task

Checkpoint

Manually checkpoint a message or event.

Receive

Receive messages and events.

Send

Send messages and events.

Optional Input Port

This transformer has two modes, depending on whether a connector is attached to the Input port or not:

  • Input-driven: When input features are connected, the transformer runs once for each feature it receives in the Input port.
  • Run Once: When no input features are connected, the transformer runs one time.

When the Input port is in use, the Initiator output port is also enabled.

Checkpointing

A checkpoint records the last successfully processed event's offset (position in the partition), enabling a restart without reprocessing old data. Checkpoints are also used for load balancing when receiving from more than one partition.

When Action is Receive, checkpointing is optional. If a valid Checkpoint Store is provided including Container Name and Connection String, checkpointing will be performed.

When Action is Checkpoint, a manual checkpoint is added to a message previously received via Action > Receive.

A valid Checkpoint Store is required. This action can be useful when messages are post-processed in the workspace, postponing the checkpoint until after processing is complete, as in:

  1. AzureEventHubsConnector: Action > Receive, no checkpointing
  2. Message processing in the workspace
  3. AzureEventHubsConnector: Action > Checkpoint

Heartbeat

When Action is Receive and the connection is still alive (Receive Mode is Stream or a batch is not yet complete), heartbeat features are output at a specified interval after a period of non-activity.

Heartbeat features have two attributes:

  • _heartbeat_id: Integer starting at 0. This is a unique identifier for each heartbeat feature output from this port.
  • _heartbeat_counter: Integer starting at 0 that resets whenever the connector receives a new message and a new period of inactivity begins. This counter represents the number of consecutive heartbeat features.

Configuration

Input Ports

Output Ports

Parameters

Editing Transformer Parameters

Transformer parameters can be set by directly entering values, using expressions, or referencing other elements in the workspace such as attribute values or user parameters. Various editors and context menus are available to assist. To see what is available, click beside the applicable parameter.

For more information, see Transformer Parameter Menu Options.

Reference

Processing Behavior

Feature-Based

Feature Holding

No

Dependencies Microsoft Azure Account with the Event Hubs Service
Aliases  
History  

FME Online Resources

The FME Community and Support Center Knowledge Base have a wealth of information, including active forums with 35,000+ members and thousands of articles.

Search for all results about the AzureEventHubsConnector on the FME Community.

 

Examples may contain information licensed under the Open Government Licence – Vancouver, Open Government Licence - British Columbia, and/or Open Government Licence – Canada.