akhileshacc opened a new issue #311:
URL: https://github.com/apache/camel-kafka-connector/issues/311


   I am using S3 source connector tp fetch files from S3. It works fine and 
gets back all records. 
   But on adding new files, it again gives all reacords.
   
   Here is my configuration
   ```
   {
       "name": "s3-source",
       "config": {
           "name": "s3-source",
           "connector.class": 
"org.apache.camel.kafkaconnector.awss3.CamelAwss3SourceConnector",
           "key.converter": "org.apache.kafka.connect.storage.StringConverter",
           "value.converter": 
"org.apache.camel.kafkaconnector.awss3.converters.S3ObjectConverter",
           "topics": "mytopic",
           "camel.source.path.bucketNameOrArn": "checkoutkafka",
           "camel.component.aws-s3.accessKey": "accesskey",
           "camel.component.aws-s3.secretKey": "secretkey",
           "camel.component.aws-s3.region": "AP_SOUTH_1",
           "camel.component.aws-s3.deleteAfterRead": false,
           "camel.component.aws-s3.autocloseBody": false
       }
   }
   ```
   
   How do i set this configuration ?


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


Reply via email to