Closed
Description
I am trying to use the azure blob sink connector to read a kafka topic and put the messages as file in azure blob storage. I am using the following config file and the files are not getting created.
Please find the trace logs here connect.log
name=CamelAzure-blobSinkConnector1
connector.class=org.apache.camel.kafkaconnector.azureblob.CamelAzureblobSinkConnector
tasks.max=1
key.converter=org.apache.kafka.connect.storage.StringConverter
value.converter=org.apache.kafka.connect.storage.StringConverter
topics=mytopic
camel.sink.endpoint.fileDir=/root/plugins
camel.sink.endpoint.streamWriteSize=20
camel.component.azure-blob.fileDir=/root/plugins
camel.component.azure-blob.streamWriteSize=20
camel.sink.path.containerOrBlobUri=accoutname.blob.core.windows.net/vvp-dev/file.txt
camel.component.azure-blob.credentialsAccountKey=key
camel.component.azure-blob.credentialsAccountName=accoutname