You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Andrea Cosentino <an...@gmail.com> on 2020/07/02 07:15:58 UTC

Re: Issue while creating CamelAzurestorageblobSinkConnector

Please don't attach images in the mailing list. We cannot see them.

Please open an issue at camel-kafka-connector repository with the
information. It's much easier

Il gio 2 lug 2020, 09:13 Nidhi Khullar <ni...@publicissapient.com>
ha scritto:

> Hello Team,
>
>
>
> Overview: I am deploying Kafka connect with camel connector *
> CamelAzurestorageblobSinkConnector *in azure AKS through Kubernetes yaml
> file. I created a docker image using* confluentinc/cp-kafka-connect:5.1.4*
> and added camel components given here
> https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-azure-storage-blob-kafka-connector/0.3.0/camel-azure-storage-blob-kafka-connector-0.3.0-package.zip
>
>
>
> While creating this connector using following curl command
>
> curl --location --request POST 'http://localhost:28083/connectors' \
>
> --header 'Content-Type: application/json' \
>
> --data-raw '{
>
>     "name": "CamelAzure-storage-blobSinkConnector017",
>
>     "config": {
>
>         "connector.class":
> "org.apache.camel.kafkaconnector.azurestorageblob.CamelAzurestorageblobSinkConnector"
> ,
>
>         "tasks.max": "1",
>
>         "key.converter": "org.apache.kafka.connect.json.JsonConverter",
>
>         "topics": "my-topic",
>
>         "camel.sink.url": "the link to blob storage"
>
>     }
>
> }'
>
>
>
> I am getting following error
>
>
>
>
>
> I have set the class path and files are there in that class path
>
>
>
>
>
> Request you to provide reason why I am getting error.
>
>
>
> Regards
>
> Nidhi
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------
> Disclaimer The information in this email and any attachments may contain
> proprietary and confidential information that is intended for the
> addressee(s) only. If you are not the intended recipient, you are hereby
> notified that any disclosure, copying, distribution, retention or use of
> the contents of this information is prohibited. When addressed to our
> clients or vendors, any information contained in this e-mail or any
> attachments is subject to the terms and conditions in any governing
> contract. If you have received this e-mail in error, please immediately
> contact the sender and delete the e-mail.
>