You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "chethan-bs (via GitHub)" <gi...@apache.org> on 2024/03/19 18:08:55 UTC

[I] Azure Camel Kafka Sink Connector - Avro File Format Issue [camel-kafka-connector]

chethan-bs opened a new issue, #1609:
URL: https://github.com/apache/camel-kafka-connector/issues/1609

   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. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Azure Camel Kafka Sink Connector - Avro File Format Issue [camel-kafka-connector]

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on issue #1609:
URL: https://github.com/apache/camel-kafka-connector/issues/1609#issuecomment-2007885976

   Write your own SMT. It's the faster solution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Azure Camel Kafka Sink Connector - Avro File Format Issue [camel-kafka-connector]

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on issue #1609:
URL: https://github.com/apache/camel-kafka-connector/issues/1609#issuecomment-2022401457

   The upload operation in the component will use an InputStream.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Azure Camel Kafka Sink Connector - Avro File Format Issue [camel-kafka-connector]

Posted by "chethan-bs (via GitHub)" <gi...@apache.org>.
chethan-bs commented on issue #1609:
URL: https://github.com/apache/camel-kafka-connector/issues/1609#issuecomment-2014721490

   @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. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org