2 Home
gitea_admin edited this page 2026-03-11 14:34:52 +00:00

Azure Eventhubs Source

Receive events from Azure Event Hubs.

Metadata

Property Value
Type source
Group Azure Eventhubs
Namespace Azure
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
namespaceName string The Event Hubs namespace.
eventhubName string The Event Hub name.
sharedAccessName string The Event Hubs SAS key name.
sharedAccessKey string The key for the Event Hubs SAS key name.
blobAccountName string The name of the Storage Blob account.
blobContainerName string The name of the Storage Blob container.
blobAccessKey string The key for the Azure Storage Blob service that is associated with the Storage Blob account name.
credentialType string CONNECTION_STRING Determines the credential strategy to adopt.

Dependencies

  • camel:azure-eventhubs
  • camel:kamelet
  • camel:jackson