You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2020/09/03 08:18:00 UTC

[jira] [Created] (CAMEL-15499) camel-azure-storage-queue

Otavio Rodolfo Piske created CAMEL-15499:
--------------------------------------------

             Summary: camel-azure-storage-queue
                 Key: CAMEL-15499
                 URL: https://issues.apache.org/jira/browse/CAMEL-15499
             Project: Camel
          Issue Type: Task
          Components: camel-azure
    Affects Versions: 3.4.3, 3.5.0
            Reporter: Otavio Rodolfo Piske


This is related to the Camel Kafka Connector [issue 409|https://github.com/apache/camel-kafka-connector/issues/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|
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 is 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]|https://github.com/apache/camel-kafka-connector/blob/master/core/src/main/java/org/apache/camel/kafkaconnector/utils/TaskHelper.java#L42).]

 

I think the format of the syntax in that json file should be {{azure-storage-queue:/accountName/queueName}}.

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)