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/09/21 05:46:44 UTC

[camel-kafka-connector-examples] branch move-after-read-fix created (now bbb0169)

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

acosentino pushed a change to branch move-after-read-fix
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git.


      at bbb0169  AWS2-S3 move after read example: Fixed the example

This branch includes the following new commits:

     new c6c5e06  A Merge branch 'master' of github.com:apache/camel-kafka-connector-examples
     new bbb0169  AWS2-S3 move after read example: Fixed the example

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector-examples] 02/02: AWS2-S3 move after read example: Fixed the example

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch move-after-read-fix
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit bbb016909dd01ee0b3131666da0f9c38e9f1401b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 21 07:46:08 2020 +0200

    AWS2-S3 move after read example: Fixed the example
---
 aws2-s3/aws2-s3-move-after-read/README.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/aws2-s3/aws2-s3-move-after-read/README.adoc b/aws2-s3/aws2-s3-move-after-read/README.adoc
index b783894..99d800d 100644
--- a/aws2-s3/aws2-s3-move-after-read/README.adoc
+++ b/aws2-s3/aws2-s3-move-after-read/README.adoc
@@ -251,6 +251,8 @@ spec:
     topics: s3-topic
     camel.source.path.bucketNameOrArn: camel-kafka-connector
     camel.source.maxPollDuration: 10000
+    camel.source.endpoint.moveAfterRead: true
+    camel.source.endpoint.destinationBucket: camel-1
     camel.component.aws2-s3.accessKey: xxxx
     camel.component.aws2-s3.secretKey: yyyy
     camel.component.aws2-s3.region: region


[camel-kafka-connector-examples] 01/02: A Merge branch 'master' of github.com:apache/camel-kafka-connector-examples

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch move-after-read-fix
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit c6c5e0697be492049db67a1cdf06ab0ff6abb113
Merge: 5309c1d e6ac6bb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 21 07:44:53 2020 +0200

    A
    Merge branch 'master' of github.com:apache/camel-kafka-connector-examples
    
    Conflicts:
    	aws2-s3/aws2-s3-move-after-read/config/openshift/aws2-s3-cred.properties
    	aws2-s3/aws2-s3-source/config/aws2-s3-cred.properties
    	aws2-s3/aws2-s3-source/config/openshift/aws2-s3-cred.properties

 aws2-s3/aws2-s3-move-after-read/README.adoc        | 35 ++++++++++++++++++++++
 .../config/openshift/aws2-s3-cred.properties       |  0
 .../config/openshift/aws2-s3-source-connector.yaml | 21 +++++++++++++
 3 files changed, 56 insertions(+)