You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/08/04 12:42:51 UTC

[camel-k-examples] 01/02: Update the kinesis firehose example and use the moveAfterRead and deleteAfterRead

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 1.1.0-kinesis-update
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git

commit d9ac13eccefae479bf01f5ed6115e4d3e9b7978e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 4 14:39:35 2020 +0200

    Update the kinesis firehose example and use the moveAfterRead and deleteAfterRead
---
 06-aws-kinesis-firehose-basic/aws-s3-source.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/06-aws-kinesis-firehose-basic/aws-s3-source.yaml b/06-aws-kinesis-firehose-basic/aws-s3-source.yaml
index d0ff2ae..e0fa44c 100644
--- a/06-aws-kinesis-firehose-basic/aws-s3-source.yaml
+++ b/06-aws-kinesis-firehose-basic/aws-s3-source.yaml
@@ -23,8 +23,9 @@ spec:
           secretKey: "{{aws.s3.secretKey}}"
           accessKey: "{{aws.s3.accessKey}}"
           region: "{{aws.s3.region}}"
-          moveAfterRead: "false"
-          deleteAfterRead: "false"
+          moveAfterRead: "true"
+          deleteAfterRead: "true"
+          destinationBucket: "backupdatalake25"
           autocloseBody: "false"
         steps:
         - to: "log:received?showAll=true&multiline=true"