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:51:53 UTC

[camel-kafka-connector-examples] branch sqs-topic-to-s3-topic updated: AWS2-S3-Source: Fixed topic name

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


The following commit(s) were added to refs/heads/sqs-topic-to-s3-topic by this push:
     new 4da11df  AWS2-S3-Source: Fixed topic name
4da11df is described below

commit 4da11df7b7635fc8f7205130c821fb181088825d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 3 18:51:44 2020 +0100

    AWS2-S3-Source: Fixed topic name
---
 aws2-s3/aws2-s3-source/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-s3/aws2-s3-source/README.adoc b/aws2-s3/aws2-s3-source/README.adoc
index a8a3f0e..1e1a8e1 100644
--- a/aws2-s3/aws2-s3-source/README.adoc
+++ b/aws2-s3/aws2-s3-source/README.adoc
@@ -213,7 +213,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.component.aws2-s3.accessKey": "xxx",