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/17 07:05:05 UTC

[camel-kafka-connector-examples] branch oscerd-patch-1 created (now 704bddd)

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

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


      at 704bddd  AWS2-SNS sink example: Fixed connector name

This branch includes the following new commits:

     new 704bddd  AWS2-SNS sink example: Fixed connector name

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-SNS sink example: Fixed connector name

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

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

commit 704bdddbe739a5b342ad4b25ace98cd9a7a78391
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 17 09:04:55 2020 +0200

    AWS2-SNS sink example: Fixed connector name
---
 aws2-sns/aws2-sns-sink/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-sns/aws2-sns-sink/README.adoc b/aws2-sns/aws2-sns-sink/README.adoc
index 8e8d66a..b73d41b 100644
--- a/aws2-sns/aws2-sns-sink/README.adoc
+++ b/aws2-sns/aws2-sns-sink/README.adoc
@@ -180,7 +180,7 @@ oc exec -i `oc get pods --field-selector status.phase=Running -l strimzi.io/name
     -H "Content-Type:application/json" \
     http://my-connect-cluster-connect-api:8083/connectors -d @- <<'EOF'
 {
-  "name": "s3-connector",
+  "name": "sns-sink-connector",
   "config": {
     "connector.class": "org.apache.camel.kafkaconnector.aws2sns.CamelAws2snsSinkConnector",
     "tasks.max": "1",