orpiske commented on issue #409: URL: https://github.com/apache/camel-kafka-connector/issues/409#issuecomment-686327208
So, continuing the investigation on this one, it seems to me that this is the cause for the wrong URI: - [azure-storage-queue.json]( https://github.com/apache/camel/blob/master/components/camel-azure-storage-queue/src/generated/resources/org/apache/camel/component/azure/storage/queue/azure-storage-queue.json#L17 ) from master (3.5) - [azure-storage-queue.json]( https://github.com/apache/camel/blob/camel-3.4.x/components/camel-azure-storage-queue/src/generated/resources/org/apache/camel/component/azure/storage/queue/azure-storage-queue.json#L17) from camel-3.4.x Since this (seems) to be fed into the [AbstractCamelCatalog.doAsEndpointUri](https://github.com/apache/camel/blob/camel-3.4.x/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java#L695) which is called - at one point - as part of the [TaskHelper.buildUrl](https://github.com/apache/camel-kafka-connector/blob/master/core/src/main/java/org/apache/camel/kafkaconnector/utils/TaskHelper.java#L42). I am not sure, yet, how this one is generated. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org