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 2019/03/01 08:44:48 UTC

[camel] 02/02: Camel-AWS MSK: Regen docs

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.git

commit 734d3ee47665138783b6536ba998b7be49ef1476
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 1 09:44:23 2019 +0100

    Camel-AWS MSK: Regen docs
---
 components/camel-aws-msk/src/main/docs/aws-msk-component.adoc  | 10 +++++-----
 .../aws/msk/springboot/MSKComponentConfiguration.java          | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/components/camel-aws-msk/src/main/docs/aws-msk-component.adoc b/components/camel-aws-msk/src/main/docs/aws-msk-component.adoc
index 5b5f945..82d2648 100644
--- a/components/camel-aws-msk/src/main/docs/aws-msk-component.adoc
+++ b/components/camel-aws-msk/src/main/docs/aws-msk-component.adoc
@@ -33,10 +33,10 @@ The AWS MSK component supports 5 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *configuration* (advanced) | The AWS KMS default configuration |  | MSKConfiguration
+| *configuration* (advanced) | The AWS MSK default configuration |  | MSKConfiguration
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *secretKey* (producer) | Amazon AWS Secret Key |  | String
-| *region* (producer) | The region in which KMS client needs to work |  | String
+| *region* (producer) | The region in which MSK client needs to work |  | String
 | *resolveProperty Placeholders* (advanced) | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | boolean
 |===
 // component options: END
@@ -72,9 +72,9 @@ with the following path and query parameters:
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *mskClient* (producer) | To use a existing configured AWS MSK as client |  | AWSKafka
 | *operation* (producer) | *Required* The operation to perform |  | MSKOperations
-| *proxyHost* (producer) | To define a proxy host when instantiating the KMS client |  | String
-| *proxyPort* (producer) | To define a proxy port when instantiating the KMS client |  | Integer
-| *region* (producer) | The region in which KMS client needs to work |  | String
+| *proxyHost* (producer) | To define a proxy host when instantiating the MSK client |  | String
+| *proxyPort* (producer) | To define a proxy port when instantiating the MSK client |  | Integer
+| *region* (producer) | The region in which MSK client needs to work |  | String
 | *secretKey* (producer) | Amazon AWS Secret Key |  | String
 | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean
 |===
diff --git a/platforms/spring-boot/components-starter/camel-aws-msk-starter/src/main/java/org/apache/camel/component/aws/msk/springboot/MSKComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-aws-msk-starter/src/main/java/org/apache/camel/component/aws/msk/springboot/MSKComponentConfiguration.java
index dc0d3d3..f01ebcc 100644
--- a/platforms/spring-boot/components-starter/camel-aws-msk-starter/src/main/java/org/apache/camel/component/aws/msk/springboot/MSKComponentConfiguration.java
+++ b/platforms/spring-boot/components-starter/camel-aws-msk-starter/src/main/java/org/apache/camel/component/aws/msk/springboot/MSKComponentConfiguration.java
@@ -39,7 +39,7 @@ public class MSKComponentConfiguration
      */
     private Boolean enabled;
     /**
-     * The AWS KMS default configuration
+     * The AWS MSK default configuration
      */
     private MSKConfigurationNestedConfiguration configuration;
     /**
@@ -51,7 +51,7 @@ public class MSKComponentConfiguration
      */
     private String secretKey;
     /**
-     * The region in which KMS client needs to work
+     * The region in which MSK client needs to work
      */
     private String region;
     /**
@@ -122,15 +122,15 @@ public class MSKComponentConfiguration
          */
         private MSKOperations operation;
         /**
-         * To define a proxy host when instantiating the KMS client
+         * To define a proxy host when instantiating the MSK client
          */
         private String proxyHost;
         /**
-         * To define a proxy port when instantiating the KMS client
+         * To define a proxy port when instantiating the MSK client
          */
         private Integer proxyPort;
         /**
-         * The region in which KMS client needs to work
+         * The region in which MSK client needs to work
          */
         private String region;