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


The following commit(s) were added to refs/heads/master by this push:
     new f5e3d01  AWS2-IAM create user sink example: Fixed refs
f5e3d01 is described below

commit f5e3d01ac6740680c348f7153ee547ab57000471
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Nov 3 08:23:19 2020 +0100

    AWS2-IAM create user sink example: Fixed refs
---
 aws2-iam/aws2-iam-sink-create-user/README.adoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/aws2-iam/aws2-iam-sink-create-user/README.adoc 
b/aws2-iam/aws2-iam-sink-create-user/README.adoc
index 588a346..bb6cd43 100644
--- a/aws2-iam/aws2-iam-sink-create-user/README.adoc
+++ b/aws2-iam/aws2-iam-sink-create-user/README.adoc
@@ -1,6 +1,6 @@
-= Camel-Kafka-connector AWS2 IAM Sink
+= Camel-Kafka-connector AWS2 IAM Sink for creating user
 
-This is an example for Camel-Kafka-connector AWS2-IAM Sink
+This is an example for Camel-Kafka-connector AWS2-IAM Sink for creating user
 
 == Standalone
 
@@ -43,7 +43,7 @@ plugin.path=/home/oscerd/connectors
 
 === Setup the connectors
 
-Open the AWS2 IAM configuration file at 
`$EXAMPLES/aws2-sqs/aws2-sqs-sink/config/CamelAWS2IAMSinkConnector.properties`
+Open the AWS2 IAM configuration file at 
`$EXAMPLES/aws2-iam/aws2-iam-sink-create-user/config/CamelAWS2IAMSinkConnector.properties`
 
 [source]
 ----
@@ -67,11 +67,11 @@ and add the correct credentials for AWS.
 
 === Running the example
 
-Run the kafka connect with the SQS Sink connector:
+Run the kafka connect with the IAM Sink connector:
 
 [source]
 ----
-$KAFKA_HOME/bin/connect-standalone.sh 
$KAFKA_HOME/config/connect-standalone.properties 
$EXAMPLES/aws2-sqs/aws2-sqs-sink/config/CamelAWS2IAMSinkConnector.properties
+$KAFKA_HOME/bin/connect-standalone.sh 
$KAFKA_HOME/config/connect-standalone.properties 
$EXAMPLES/aws2-iam/aws2-iam-sink-create-user/config/CamelAWS2IAMSinkConnector.properties
 ----
 
 On a different terminal run the kafkacat producer and send the following 
message

Reply via email to