Azure Event Hubs
Connector Details
Connector Attributes | Details |
---|---|
Name | Azure Event Hubs |
Description | Azure Event Hubs is a fully managed event streaming platform and event ingestion service provided by Microsoft Azure, designed to handle and process large-scale event streams from various sources. It offers reliable and scalable event ingestion, real-time processing, and analytics capabilities, making it ideal for building event-driven architectures and processing telemetry data, logs, and IoT device data. With features like partitioning, checkpoints, and auto-scaling, Azure Event Hubs ensures high throughput, low latency, and fault tolerance, even under heavy loads. Additionally, it integrates seamlessly with other Azure services such as Azure Functions, Azure Stream Analytics, and Azure Databricks, enabling developers to build end-to-end event-driven solutions with ease. Whether for real-time analytics, data processing, or monitoring applications, Azure Event Hubs provides a flexible and scalable platform to handle diverse event streaming workloads efficiently. |
Connector Type | Class B |
Features
Feature Name | Feature Details |
---|---|
Load Strategies | Full Load, Incremental Load |
Metadata Extraction | Supported |
Data Acquisition | Supported |
Data Publishing | Not Supported |
Automated Schema Drift Handling | Not Supported |
Source Connection Attributes
Connection Parameters | Data Type | Example |
---|---|---|
Display Name | String | MyEventHub |
Namespace | String | myeventhubnamespace |
Key Name | String | mykeyname |
Key | String | |
Consumer Group | String | myconsumergroup |
Hub Instance Name | String | myhubinstancename |
Bronze Schema (Optional) | String | |
Silver Schema (Optional) | String |
Connector Specific Configuration Details
- Azure Event Hubs connector has optional values such as Bronze Schema and Silver Schema
- The connector is expecting a JSON string with the following elements:
- Namespace: The Event Hubs namespace
- key Name: The name of the shared access key
- key: The shared access key that was generated
- Consumer Group: Usually $Default, but contains any specific user group set up in the Event Hubs Instance
- Hub: The name of the Event Hubs Instance
- More details around this connector
Screenshot To Use Connector
Updated 8 months ago