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 9238c16b7a59f61f44584eb44552f1255df0f651
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue May 26 10:36:03 2020 +0200

    Regen docs
---
 docs/components/modules/ROOT/pages/aws2-ddb-component.adoc | 2 +-
 docs/components/modules/ROOT/pages/kafka-component.adoc    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/aws2-ddb-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-ddb-component.adoc
index f5f4b9b..befcf59 100644
--- a/docs/components/modules/ROOT/pages/aws2-ddb-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-ddb-component.adoc
@@ -13,7 +13,7 @@
 
 *{component-header}*
 
-The DynamoDB component supports storing and retrieving data from/to
+The AWS2 DynamoDB component supports storing and retrieving data from/to
 https://aws.amazon.com/dynamodb[Amazon's DynamoDB] service.
 
 Prerequisites
diff --git a/docs/components/modules/ROOT/pages/kafka-component.adoc 
b/docs/components/modules/ROOT/pages/kafka-component.adoc
index 5c3c539..c5dcb5b 100644
--- a/docs/components/modules/ROOT/pages/kafka-component.adoc
+++ b/docs/components/modules/ROOT/pages/kafka-component.adoc
@@ -131,7 +131,7 @@ The Kafka component supports 97 options, which are listed 
below.
 | *saslMechanism* (security) | The Simple Authentication and Security Layer 
(SASL) Mechanism used. For the valid values see 
\http://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml | GSSAPI 
| String
 | *securityProtocol* (security) | Protocol used to communicate with brokers. 
SASL_PLAINTEXT, PLAINTEXT and SSL are supported | PLAINTEXT | String
 | *sslCipherSuites* (security) | A list of cipher suites. This is a named 
combination of authentication, encryption, MAC and key exchange algorithm used 
to negotiate the security settings for a network connection using TLS or SSL 
network protocol.By default all the available cipher suites are supported. |  | 
String
-| *sslContextParameters* (security) | SSL configuration using a Camel 
SSLContextParameters object. If configured it's applied before the other SSL 
endpoint parameters. |  | SSLContextParameters
+| *sslContextParameters* (security) | SSL configuration using a Camel 
SSLContextParameters object. If configured it's applied before the other SSL 
endpoint parameters. NOTE: Kafka only supports loading keystore from file 
locations, so prefix the location with file: in the KeyStoreParameters.resource 
option. |  | SSLContextParameters
 | *sslEnabledProtocols* (security) | The list of protocols enabled for SSL 
connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default. | TLSv1.2 | 
String
 | *sslEndpointAlgorithm* (security) | The endpoint identification algorithm to 
validate server hostname using server certificate. |  | String
 | *sslKeymanagerAlgorithm* (security) | The algorithm used by key manager 
factory for SSL connections. Default value is the key manager factory algorithm 
configured for the Java Virtual Machine. | SunX509 | String
@@ -259,7 +259,7 @@ with the following path and query parameters:
 | *saslMechanism* (security) | The Simple Authentication and Security Layer 
(SASL) Mechanism used. For the valid values see 
\http://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml | GSSAPI 
| String
 | *securityProtocol* (security) | Protocol used to communicate with brokers. 
SASL_PLAINTEXT, PLAINTEXT and SSL are supported | PLAINTEXT | String
 | *sslCipherSuites* (security) | A list of cipher suites. This is a named 
combination of authentication, encryption, MAC and key exchange algorithm used 
to negotiate the security settings for a network connection using TLS or SSL 
network protocol.By default all the available cipher suites are supported. |  | 
String
-| *sslContextParameters* (security) | SSL configuration using a Camel 
SSLContextParameters object. If configured it's applied before the other SSL 
endpoint parameters. |  | SSLContextParameters
+| *sslContextParameters* (security) | SSL configuration using a Camel 
SSLContextParameters object. If configured it's applied before the other SSL 
endpoint parameters. NOTE: Kafka only supports loading keystore from file 
locations, so prefix the location with file: in the KeyStoreParameters.resource 
option. |  | SSLContextParameters
 | *sslEnabledProtocols* (security) | The list of protocols enabled for SSL 
connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default. | TLSv1.2 | 
String
 | *sslEndpointAlgorithm* (security) | The endpoint identification algorithm to 
validate server hostname using server certificate. |  | String
 | *sslKeymanagerAlgorithm* (security) | The algorithm used by key manager 
factory for SSL connections. Default value is the key manager factory algorithm 
configured for the Java Virtual Machine. | SunX509 | String

Reply via email to