This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch oscerd-patch-1 in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git
commit 59a4b0577ef4acd0b4e57de6733bd22542c62432 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Aug 4 14:50:25 2020 +0200 Aws2 SQS Source example: Set deleteAfterRead to true --- 07-aws-sqs-source-basic/aws-sqs-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07-aws-sqs-source-basic/aws-sqs-source.yaml b/07-aws-sqs-source-basic/aws-sqs-source.yaml index da22326..1fe7c93 100644 --- a/07-aws-sqs-source-basic/aws-sqs-source.yaml +++ b/07-aws-sqs-source-basic/aws-sqs-source.yaml @@ -25,7 +25,7 @@ spec: secretKey: "{{aws.sqs.secretKey}}" accessKey: "{{aws.sqs.accessKey}}" region: "{{aws.sqs.region}}" - deleteAfterRead: "false" + deleteAfterRead: "true" steps: - to: "log:received?showAll=true&multiline=true" - marshal: