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:56:00 UTC

[camel-kafka-connector-examples] 03/05: AWS2-S3-sink-with-zip-aggr: 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 25547453316bb83a855ca644c6980625126eae73
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 3 18:52:44 2020 +0100

    AWS2-S3-sink-with-zip-aggr: Fixed Topic name
---
 aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
index d6163ef..f2a4c4e 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
@@ -413,7 +413,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.storage.StringConverter",
-    "topics": "sqs-topic",
+    "topics": "s3-topic",
     "camel.sink.path.bucketNameOrArn": "camel-kafka-connector",
     "camel.sink.endpoint.keyName": "${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.zip",
     "camel.beans.aggregate": "#class:org.apache.camel.processor.aggregate.zipfile.ZipAggregationStrategy",