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

[cid:[email protected]]

I have set the class path and files are there in that class path

[cid:[email protected]][cid:[email protected]]

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.

Reply via email to