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:55:59 UTC

[camel-kafka-connector-examples] 02/05: AWS2-S3-Source: Fixed topic name

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

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

commit e2c8214c56b289dc80c8d1c632601d54e7c3cdee
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",