Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.3, 3.5.0
-
None
-
Unknown
Description
This is related to the Camel Kafka Connector issue 409. Which causes the connector to fail to properly create the URI for the azure-storage-queue connector.
It seems to me that this is the cause for the wrong URI:
- azure-storage-queue.json from master (3.5)
- azure-storage-queue.json from camel-3.4.x
Since this is fed into the AbstractCamelCatalog.doAsEndpointUri which is called - at one point - as part of the TaskHelper.buildUrl
I think the format of the syntax in that json file should be azure-storage-queue:/accountName/queueName.