Skip to content

Azure blob sink does not put file in azure #270

Closed
@balasapient

Description

@balasapient

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions