This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 01867aa Updating the documentation as well for the SpringBoot
properties
01867aa is described below
commit 01867aa7a621c4d2aa849812278973cf5df583c4
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Feb 7 18:38:18 2019 +0000
Updating the documentation as well for the SpringBoot properties
---
components/camel-kafka/src/main/docs/kafka-component.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc
b/components/camel-kafka/src/main/docs/kafka-component.adoc
index 4f6e06a..87c2034 100644
--- a/components/camel-kafka/src/main/docs/kafka-component.adoc
+++ b/components/camel-kafka/src/main/docs/kafka-component.adoc
@@ -155,7 +155,7 @@ with the following path and query parameters:
| *saslJaasConfig* (security) | Expose the kafka sasl.jaas.config parameter
Example: org.apache.kafka.common.security.plain.PlainLoginModule required
username=USERNAME password=PASSWORD; | | String
| *saslKerberosServiceName* (security) | The Kerberos principal name that
Kafka runs as. This can be defined either in Kafka's JAAS config or in Kafka's
config. | | String
| *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
+| *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
| *sslEnabledProtocols* (security) | The list of protocols enabled for SSL
connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default. |
TLSv1.2,TLSv1.1,TLSv1 | String
@@ -251,7 +251,7 @@ The component supports 98 options, which are listed below.
| *camel.component.kafka.configuration.sasl-jaas-config* | Expose the kafka
sasl.jaas.config parameter Example:
org.apache.kafka.common.security.plain.PlainLoginModule required
username=USERNAME password=PASSWORD; | | String
| *camel.component.kafka.configuration.sasl-kerberos-service-name* | The
Kerberos principal name that Kafka runs as. This can be defined either in
Kafka's JAAS config or in Kafka's config. | | String
| *camel.component.kafka.configuration.sasl-mechanism* | 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
-| *camel.component.kafka.configuration.security-protocol* | Protocol used to
communicate with brokers. Currently only PLAINTEXT and SSL are supported. |
PLAINTEXT | String
+| *camel.component.kafka.configuration.security-protocol* | Protocol used to
communicate with brokers. SASL_PLAINTEXT, PLAINTEXT and SSL are supported. |
PLAINTEXT | String
| *camel.component.kafka.configuration.seek-to* | Set if KafkaConsumer will
read from beginning or end on startup: beginning : read from beginning end :
read from end This is replacing the earlier property seekToBeginning | | String
| *camel.component.kafka.configuration.send-buffer-bytes* | Socket write
buffer size | 131072 | Integer
| *camel.component.kafka.configuration.serializer-class* | The serializer
class for messages. | org.apache.kafka.common.serialization.StringSerializer |
String