This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 c2dfbd8 Regen
c2dfbd8 is described below
commit c2dfbd85dca4fd51032717ea1740613c6f32a61e
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Feb 8 09:46:57 2019 +0100
Regen
---
components/camel-kafka/src/main/docs/kafka-component.adoc | 4 ++--
docs/components/modules/ROOT/pages/kafka-component.adoc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc
b/components/camel-kafka/src/main/docs/kafka-component.adoc
index 87c2034..e7ac941 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. SASL_PLAINTEXT, 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
diff --git a/docs/components/modules/ROOT/pages/kafka-component.adoc
b/docs/components/modules/ROOT/pages/kafka-component.adoc
index 0cc41ed..e7ac941 100644
--- a/docs/components/modules/ROOT/pages/kafka-component.adoc
+++ b/docs/components/modules/ROOT/pages/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.
Currently only 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