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/11/03 17:50:56 UTC

[camel-kafka-connector-examples] branch sqs-topic-to-s3-topic created (now a3b3044)

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

acosentino pushed a change to branch sqs-topic-to-s3-topic
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git.


      at a3b3044  AWS2-s3-move-after-read: Fixed topic

This branch includes the following new commits:

     new a3b3044  AWS2-s3-move-after-read: Fixed topic

The 1 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] 01/01: AWS2-s3-move-after-read: Fixed topic

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

acosentino pushed a commit to branch sqs-topic-to-s3-topic
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit a3b30442fb87b7967c1b4698342c25d2a1441e07
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 3 18:50:47 2020 +0100

    AWS2-s3-move-after-read: Fixed topic
---
 aws2-s3/aws2-s3-move-after-read/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-s3/aws2-s3-move-after-read/README.adoc b/aws2-s3/aws2-s3-move-after-read/README.adoc
index 15442e1..08d6172 100644
--- a/aws2-s3/aws2-s3-move-after-read/README.adoc
+++ b/aws2-s3/aws2-s3-move-after-read/README.adoc
@@ -217,7 +217,7 @@ oc exec -i `oc get pods --field-selector status.phase=Running -l strimzi.io/name
     "tasks.max": "1",
     "key.converter": "org.apache.kafka.connect.storage.StringConverter",
     "value.converter": "org.apache.kafka.connect.converters.ByteArrayConverter",
-    "topics": "sqs-topic",
+    "topics": "s3-topic",
     "camel.source.path.bucketNameOrArn": "camel-kafka-connector",
     "camel.source.maxPollDuration": 10000,
     "camel.source.endpoint.moveAfterRead": "true",