Looking for 2 things mainly : 1 - no specific property for this one but wanted to check if we could customize the aggregation / partitioning of the messages like this connector :
https://docs.confluent.io/kafka-connect-azure-blob-storage-sink/current/overview.html#partitioning-records-into-az-blob-storage-objects with properties like camel.sink.endpoint.blobName and camel.sink.endpoint.fileDir 2 - this is the main issue we have, we wanted to see if we could use an alternative way of authenticating to the storage account (mostly interested in azure AD) : https://docs.microsoft.com/en-us/rest/api/storageservices/authorize-requests-to-azure-storage I wanted to test if we could do that by injecting a service client using *camel.sink.endpoint.serviceClient*. Thanks ! On 2022/05/12 07:42:06 Claus Ibsen wrote: > Hi > > Yes the 1.x model is what we goes forward with. > > The CKC are based on Kamelets > https://camel.apache.org/camel-kamelets/0.8.x/ > > What options are you looking for? > > > On Thu, May 12, 2022 at 8:59 AM Arcand, Jean <je...@ia.ca> wrote: > > > > Greetings, > > > > We have a use case where we want to copy kafka messages to an azure blob container, the camel kafka connector project seemed like a really good fit. > > > > The connector which we were interested in is this one : https://github.com/apache/camel-kafka-connector/tree/camel-kafka-connector-0.11.x/connectors/camel-azure-storage-blob-kafka-connector (from 0.11). It exposes properties which we were interested in using but somehow it seems like it got replaced by that one in 1.xx : https://github.com/apache/camel-kafka-connector/tree/camel-kafka-connector-1.0.x/connectors/camel-azure-storage-blob-sink-kafka-connector/src/main which only supports a subset of the properties. > > > > I want to know if the target is to use the 1.xx version and eventually support more properties in the future? > > > > Thanks ! > > > > Jean > > > > > > > > > > > > > -- > Claus Ibsen > ----------------- > http://davsclaus.com @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 >