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 7adfb70c8c88df08eb59c4dc074cdb35912ba2a7
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Apr 16 09:36:28 2020 +0200

    CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end 
user to pass an AWS Request pojo as body, aws2-msk regen website docs
---
 docs/components/modules/ROOT/pages/aws2-msk-component.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/aws2-msk-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-msk-component.adoc
index 7d6d99e..b50542b 100644
--- a/docs/components/modules/ROOT/pages/aws2-msk-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-msk-component.adoc
@@ -44,7 +44,7 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS 2 MSK component supports 11 options, which are listed below.
+The AWS 2 MSK component supports 12 options, which are listed below.
 
 
 
@@ -55,6 +55,7 @@ The AWS 2 MSK component supports 11 options, which are listed 
below.
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *mskClient* (producer) | To use a existing configured AWS MSK as client |  | 
KafkaClient
 | *operation* (producer) | *Required* The operation to perform. The value can 
be one of: listClusters, createCluster, deleteCluster, describeCluster |  | 
MSK2Operations
+| *pojoRequest* (producer) | If we want to use a POJO request as body or not | 
false | boolean
 | *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
 | *proxyProtocol* (producer) | To define a proxy protocol when instantiating 
the MSK client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol
@@ -87,7 +88,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (11 parameters):
+=== Query Parameters (12 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -96,6 +97,7 @@ with the following path and query parameters:
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *mskClient* (producer) | To use a existing configured AWS MSK as client |  | 
KafkaClient
 | *operation* (producer) | *Required* The operation to perform. The value can 
be one of: listClusters, createCluster, deleteCluster, describeCluster |  | 
MSK2Operations
+| *pojoRequest* (producer) | If we want to use a POJO request as body or not | 
false | boolean
 | *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
 | *proxyProtocol* (producer) | To define a proxy protocol when instantiating 
the MSK client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol

Reply via email to