Azure Event Hubs properties - Cloud

Talend Cloud Apps Connectors Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend Data Inventory
Talend Data Preparation
Talend Pipeline Designer
Content
Administration and Monitoring > Managing connections
Design and Development > Designing Pipelines
Last publication date
2024-03-21

Properties to configure to connect to an Azure Event Hubs instance.

Azure Event Hubs connection

Property

Configuration

Selection Select or enter Azure Event Hubs.
Configuration
Engine Select your engine in the list.
Connection Specify Azure Event Hubs endpoint Enable this option to enter the endpoint or connection string required to communicate with Event Hubs.

The expected format is the following: sb://<eventHubsNamespaceName >.servicebus.windows.net

For more information, see the Event Hubs documentation.

Authentication method Select an authentication method in the list.
SAS key name Enter the Shared Access Signature key name.
SAS key Enter the Shared Access Signature key value.
Description Enter a display name (mandatory) and a description (optional) for the connection.

Azure Event Hubs dataset

Property Configuration
Dataset name Enter a display name for the dataset. This name will be used as a unique identifier of the dataset in all Talend Cloud apps.
Connection Select your connection in the list. If you are creating a dataset based on an existing connection, this field is read-only.
Event Hubs Enter the unique name of the Azure Event Hubs you want to pull data from.
Value format Select in the list the format of the data to be retrieved:
  • Avro: If you select this format, you need to enter the schema of the Avro records to be retrieved.
  • CSV: If you select this format, you need to indicate the type of field delimiter used in the file.
  • JSON: No specific parameters required for this format.
  • Text: No specific parameters required for this format.