nidhijwt commented on issue #324:
URL:
https://github.com/apache/camel-kafka-connector/issues/324#issuecomment-661819013
Thanks for your reply.
Is the only thing pending is documentation or code is also not complete? I
can see there are 2 aggregationStrategys present in code already
StringAggregator and SimpleAggregator. I want to use them but couldn't find the
way. I am using Camel connector with Kafka and in distributed mode with
following properties
`{
"name": "CamelAzure-storage",
"config": {
"connector.class":
"org.apache.camel.kafkaconnector.azurestorageblob.CamelAzurestorageblobSinkConnector",
"tasks.max": "1",
"value.converter":
"org.apache.kafka.connect.storage.StringConverter",
"topics": "my-topic",
"camel.sink.url":
"azure-storage-blob://myurl&accessKey=mykey&operation=commitAppendBlob"
}
}`
Now I am trying to find what property can be used to specify aggregator.
Even StringAggregator will serve my purpose
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]