camel-kafka-connector
camel-kafka-connector copied to clipboard
Azure Camel Kafka Sink Connector - Avro File Format Issue
We are using Data Lake Sink connector for Azure storage account . We would like to store the files where it will be serialized in Avroformat. Is there any sample connector configurations that you can share for the same. @valdar
Write your own SMT. It's the faster solution.
@oscerd we have built custom smt , and post custom connect record , though we send avrobyte (Binary encoded) value , the connector sink worker is deserailizing when it creates the file for storage account. Is there any connector configuration which will send the custom record as such to Storage account . Is it something like marshal or unmarshal config or somethign else. Can you give an example connector config if in case you address this.
The upload operation in the component will use an InputStream. Also without see what you're doing with the smt it's impossible to help.