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/18 06:43:29 UTC

[camel-kafka-connector-examples] 01/01: AWS2 S3 Sink with aggregation: It's sink and not source

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

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

commit 7770da78c41f87980d6d803f47422eb5d9781c03
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 18 08:43:20 2020 +0200

    AWS2 S3 Sink with aggregation: It's sink and not source
---
 aws2-s3/aws2-s3-sink-with-aggregation/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc b/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
index 86cf007..72bf4d9 100644
--- a/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
@@ -37,7 +37,7 @@ Now it's time to setup the connectors
 Open the AWS2 S3 configuration file
 
 ```
-name=CamelAWS2S3SourceConnector
+name=CamelAWS2S3SinkConnector
 connector.class=org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector
 key.converter=org.apache.kafka.connect.storage.StringConverter
 value.converter=org.apache.kafka.connect.storage.StringConverter