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 7771303  Fixed README for aws2-kms create key example
7771303 is described below

commit 7771303ed80abd03c3ad1adb12f348657aaf8d45
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Feb 4 15:06:25 2021 +0100

    Fixed README for aws2-kms create key example
---
 aws2-kms/aws2-kms-sink-create-key/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/aws2-kms/aws2-kms-sink-create-key/README.adoc 
b/aws2-kms/aws2-kms-sink-create-key/README.adoc
index 41789c0..e4665c4 100644
--- a/aws2-kms/aws2-kms-sink-create-key/README.adoc
+++ b/aws2-kms/aws2-kms-sink-create-key/README.adoc
@@ -1,4 +1,4 @@
-= Camel-Kafka-connector AWS2 KMS Sink for creating user
+= Camel-Kafka-connector AWS2 KMS Sink for creating key
 
 This is an example for Camel-Kafka-connector AWS2-KMS Sink for creating key
 
@@ -43,7 +43,7 @@ plugin.path=/home/oscerd/connectors
 
 === Setup the connectors
 
-Open the AWS2 KMS configuration file at 
`$EXAMPLES/aws2-kms/aws2-kms-sink-create-user/config/CamelAWS2KMSSinkConnector.properties`
+Open the AWS2 KMS configuration file at 
`$EXAMPLES/aws2-kms/aws2-kms-sink-create-key/config/CamelAWS2KMSSinkConnector.properties`
 
 [source]
 ----
@@ -71,7 +71,7 @@ Run the kafka connect with the KMS Sink connector:
 
 [source]
 ----
-$KAFKA_HOME/bin/connect-standalone.sh 
$KAFKA_HOME/config/connect-standalone.properties 
$EXAMPLES/aws2-kms/aws2-kms-sink-create-user/config/CamelAWS2KMSSinkConnector.properties
+$KAFKA_HOME/bin/connect-standalone.sh 
$KAFKA_HOME/config/connect-standalone.properties 
$EXAMPLES/aws2-kms/aws2-kms-sink-create-key/config/CamelAWS2KMSSinkConnector.properties
 ----
 
 On a different terminal run the kafkacat producer and send the following 
message

Reply via email to