You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/07/21 12:14:08 UTC

[GitHub] [camel-kafka-connector] nidhijwt commented on issue #324: The committed block count cannot exceed the maximum limit of 50,000 blocks.

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:
users@infra.apache.org