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/11 07:21:53 UTC

[camel-kafka-connector] branch aws-sns-ex created (now e0c9999)

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

acosentino pushed a change to branch aws-sns-ex
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


      at e0c9999  Update AWS SNS example

This branch includes the following new commits:

     new e0c9999  Update AWS SNS example

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] 01/01: Update AWS SNS example

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

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

commit e0c99999866a471386f40be1dc98b52c13025748
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 11 09:21:15 2020 +0200

    Update AWS SNS example
---
 examples/CamelAWSSNSSinkConnector.properties | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/CamelAWSSNSSinkConnector.properties b/examples/CamelAWSSNSSinkConnector.properties
index 9aa526c..b9e9b50 100644
--- a/examples/CamelAWSSNSSinkConnector.properties
+++ b/examples/CamelAWSSNSSinkConnector.properties
@@ -22,8 +22,7 @@ connector.class=org.apache.camel.kafkaconnector.awssns.CamelAwssnsSinkConnector
 key.converter=org.apache.kafka.connect.storage.StringConverter
 value.converter=org.apache.kafka.connect.storage.StringConverter
 
-camel.sink.url=aws-sns://topic
-
+camel.sink.path.topicNameOrArn=topic
 camel.component.aws-sns.configuration.access-key=<youraccesskey>
 camel.component.aws-sns.configuration.secret-key=<yoursecretkey>
 camel.component.aws-sns.configuration.region=<yourregion>