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 2021/02/02 08:47:01 UTC

[GitHub] [camel-kafka-connector] IAmMonmoy opened a new issue #959: Question: S3 source connector pulls duplicate data when task.max > 1

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


   I am using the aws2-s3-kafka-source-connector connector ([https://github.com/apache/camel-kafka-connector-examples/tree/master/aws2-s3/aws2-s3-move-after-read)]) with following configuration.
   `{
       "name": "s3-connector",
       "config": {
           "connector.class": "org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector",
           "tasks.max": 3,
           "camel.source.path.bucketNameOrArn" : "bucketname",
           "camel.source.endpoint.prefix": "test",
           "camel.source.endpoint.region": "region-name",
           "key.converter": "org.apache.kafka.connect.storage.StringConverter",
           "value.converter": "org.apache.kafka.connect.converters.ByteArrayConverter",
           "camel.source.endpoint.moveAfterRead": "true",
           "camel.source.endpoint.destinationBucket": "bucketname",
           "camel.source.endpoint.destinationBucketPrefix": "move",
           "topics": "topicname"
       }
   }`
   when used wih task.max = 1 it works perfectly but pulls duplicate data in case task max is greater than 1. 
   Is there any workaround for 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.

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



[GitHub] [camel-kafka-connector] oscerd commented on issue #959: Question: S3 source connector pulls duplicate data when task.max > 1

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #959:
URL: https://github.com/apache/camel-kafka-connector/issues/959#issuecomment-771478243


   At the Moment it is not supported to have multiple tasks


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



[GitHub] [camel-kafka-connector] valdar closed issue #959: Question: S3 source connector pulls duplicate data when task.max > 1

Posted by GitBox <gi...@apache.org>.
valdar closed issue #959:
URL: https://github.com/apache/camel-kafka-connector/issues/959


   


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



[GitHub] [camel-kafka-connector] oscerd commented on issue #959: Question: S3 source connector pulls duplicate data when task.max > 1

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #959:
URL: https://github.com/apache/camel-kafka-connector/issues/959#issuecomment-771478243


   At the Moment it is not supported to have multiple tasks


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