Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
{
"connector": {
"class": "org.apache.camel.kafkaconnector.azureeventhubssource.CamelAzureeventhubssourceSourceConnector",
"artifactId": "camel-azure-eventhubs-source-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-azure-eventhubs-source-source",
"type": "source",
"version": "4.8.0",
"description": "Receive events from Azure Event Hubs.\n\nThere are two different mechanism of authentication `CONNECTION_STRING` and `AZURE_IDENTITY`, you could specify with credentialType property. If you're using `CONNECTION_STRING` sharedAccessName and sharedAccessKey properties will be needed.\n\nIn case of `AZURE_IDENTITY` selection, the DefaultAzureCredential will attempt to authenticate via the following mechanisms in the following order enviroment, Workload Identity, Managed Identity, Azure Developer CLI, IntelliJ, Azure CLI and Azure Powershell. "
},
"properties": {
"camel.kamelet.azure-eventhubs-source.namespaceName": {
"name": "camel.kamelet.azure-eventhubs-source.namespaceName",
"description": "The Event Hubs namespace.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.azure-eventhubs-source.eventhubName": {
"name": "camel.kamelet.azure-eventhubs-source.eventhubName",
"description": "The Event Hub name.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.azure-eventhubs-source.sharedAccessName": {
"name": "camel.kamelet.azure-eventhubs-source.sharedAccessName",
"description": "The Event Hubs SAS key name.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.azure-eventhubs-source.sharedAccessKey": {
"name": "camel.kamelet.azure-eventhubs-source.sharedAccessKey",
"description": "The key for the Event Hubs SAS key name.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.azure-eventhubs-source.blobAccountName": {
"name": "camel.kamelet.azure-eventhubs-source.blobAccountName",
"description": "The name of the Storage Blob account.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.azure-eventhubs-source.blobContainerName": {
"name": "camel.kamelet.azure-eventhubs-source.blobContainerName",
"description": "The name of the Storage Blob container.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.azure-eventhubs-source.blobAccessKey": {
"name": "camel.kamelet.azure-eventhubs-source.blobAccessKey",
"description": "The key for the Azure Storage Blob service that is associated with the Storage Blob account name.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.azure-eventhubs-source.credentialType": {
"name": "camel.kamelet.azure-eventhubs-source.credentialType",
"description": "Determines the credential strategy to adopt.",
"defaultValue": "\"CONNECTION_STRING\"",
"priority": "MEDIUM",
"required": "false"
}
}
}