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 205181484357c337725143ecd818734352e6547a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jul 24 14:10:34 2020 +0200

    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 9069916..485be0d 100644
--- a/docs/components/modules/ROOT/pages/aws2-msk-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-msk-component.adoc
@@ -43,13 +43,14 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS 2 Managed Streaming for Apache Kafka (MSK) component supports 13 
options, which are listed below.
+The AWS 2 Managed Streaming for Apache Kafka (MSK) component supports 14 
options, which are listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *configuration* (producer) | Component configuration |  | MSK2Configuration
 | *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
@@ -88,12 +89,13 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (13 parameters):
+=== Query Parameters (14 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *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

Reply via email to