dezka opened a new issue, #1541: URL: https://github.com/apache/camel-kafka-connector/issues/1541
I am sure this is a misconfiguration on my part, though I've looked through docs and I can't really find where I'm going wrong here. ``` { "connector.class": "org.apache.camel.kafkaconnector.awss3source.CamelAwss3sourceSourceConnector", "camel.kamelet.aws-s3-source.deleteAfterRead": "true", "camel.kamelet.aws-s3-source.bucketNameOrArn": "my-bucket", "topics": "mytopic", "tasks.max": "1", "name": "s3-source-test", "value.converter": "org.apache.kafka.connect.converters.ByteArrayConverter", "camel.kamelet.aws-s3-source.useDefaultCredentialsProvider": "true", "camel.kamelet.aws-s3-source.region": "us-east-1" } ``` I upload one file containing the following json: ``` {"type":"s3","settings":{"bucket":"test123","base_path":"backups"}} ``` When it's processed, I see two messages show up in my topic with this content. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org