All Downloads are FREE. Search and download functionalities are using the official Maven repository.

connectors.camel-azure-eventhubs-source-source.json Maven / Gradle / Ivy

{
	"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"
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy