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:54 UTC

[camel-kafka-connector] 01/01: Update AWS SNS example

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>