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 ff60bed  Regen
ff60bed is described below

commit ff60bede8be6d6f98e2e125335891c697d56e71f
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Feb 21 05:08:09 2019 +0100

    Regen
---
 components/camel-kafka/src/main/docs/kafka-component.adoc |  7 ++++---
 docs/components/modules/ROOT/pages/kafka-component.adoc   | 14 ++++++++------
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc 
b/components/camel-kafka/src/main/docs/kafka-component.adoc
index 573ed65..9770f02 100644
--- a/components/camel-kafka/src/main/docs/kafka-component.adoc
+++ b/components/camel-kafka/src/main/docs/kafka-component.adoc
@@ -178,7 +178,7 @@ with the following path and query parameters:
 === Spring Boot Auto-Configuration
 
 
-The component supports 98 options, which are listed below.
+The component supports 99 options, which are listed below.
 
 
 
@@ -217,7 +217,7 @@ The component supports 98 options, which are listed below.
 | *camel.component.kafka.configuration.kafka-header-serializer* | Sets custom 
KafkaHeaderDeserializer for serialization camel headers values to kafka headers 
values. |  | KafkaHeaderSerializer
 | *camel.component.kafka.configuration.kerberos-before-relogin-min-time* | 
Login thread sleep time between refresh attempts. | 60000 | Integer
 | *camel.component.kafka.configuration.kerberos-init-cmd* | Kerberos kinit 
command path. Default is /usr/bin/kinit | /usr/bin/kinit | String
-| *camel.component.kafka.configuration.kerberos-principal-to-local-rules* | A 
list of rules for mapping from principal names to short names (typically 
operating system usernames). The rules are evaluated in order and the first 
rule that matches a principal name is used to map it to a short name. Any later 
rules in the list are ignored. By default, principal names of the form 
{username}/{hostname}{REALM} are mapped to {username}. For more details on the 
format please see security authoriz [...]
+| *camel.component.kafka.configuration.kerberos-principal-to-local-rules* | A 
list of rules for mapping from principal names to short names (typically 
operating system usernames). The rules are evaluated in order and the first 
rule that matches a principal name is used to map it to a short name. Any later 
rules in the list are ignored. By default, principal names of the form 
{username}/{hostname}{REALM} are mapped to {username}. For more details on the 
format please see a href=\#security [...]
 | *camel.component.kafka.configuration.kerberos-renew-jitter* | Percentage of 
random jitter added to the renewal time. |  | Double
 | *camel.component.kafka.configuration.kerberos-renew-window-factor* | Login 
thread will sleep until the specified window factor of time from last refresh 
to ticket's expiry has been reached, at which time it will try to renew the 
ticket. |  | Double
 | *camel.component.kafka.configuration.key* | The record key (or null if no 
key is specified). If this option has been configured then it take precedence 
over header KafkaConstants#KEY |  | String
@@ -251,7 +251,8 @@ The component supports 98 options, which are listed below.
 | *camel.component.kafka.configuration.retry-backoff-ms* | Before each retry, 
the producer refreshes the metadata of relevant topics to see if a new leader 
has been elected. Since leader election takes a bit of time, this property 
specifies the amount of time that the producer waits before refreshing the 
metadata. | 100 | Integer
 | *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.sasl-mechanism* | The Simple 
Authentication and Security Layer (SASL) Mechanism used. For the valid values 
see a href= http://www.iana.org/assignments/sasl- 
mechanisms/sasl-mechanisms.xhtmlhttp 
://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml | GSSAPI | 
String
+| *camel.component.kafka.configuration.schema-registry-u-r-l* | URL of the 
Confluent schema registry servers to use. The format is 
host1:port1,host2:port2. This is known as schema.registry.url in the Confluent 
documentation. |  | 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
diff --git a/docs/components/modules/ROOT/pages/kafka-component.adoc 
b/docs/components/modules/ROOT/pages/kafka-component.adoc
index e7ac941..9770f02 100644
--- a/docs/components/modules/ROOT/pages/kafka-component.adoc
+++ b/docs/components/modules/ROOT/pages/kafka-component.adoc
@@ -72,7 +72,7 @@ with the following path and query parameters:
 |===
 
 
-==== Query Parameters (93 parameters):
+==== Query Parameters (94 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -82,6 +82,7 @@ with the following path and query parameters:
 | *clientId* (common) | The client id is a user-specified string sent in each 
request to help trace calls. It should logically identify the application 
making the request. |  | String
 | *headerFilterStrategy* (common) | To use a custom HeaderFilterStrategy to 
filter header to and from Camel message. |  | HeaderFilterStrategy
 | *reconnectBackoffMaxMs* (common) | The maximum amount of time in 
milliseconds to wait when reconnecting to a broker that has repeatedly failed 
to connect. If provided, the backoff per host will increase exponentially for 
each consecutive connection failure, up to this maximum. After calculating the 
backoff increase, 20% random jitter is added to avoid connection storms. | 1000 
| Integer
+| *schemaRegistryURL* (common) | URL of the Confluent schema registry servers 
to use. The format is host1:port1,host2:port2. This is known as 
schema.registry.url in the Confluent documentation. |  | String
 | *allowManualCommit* (consumer) | Whether to allow doing manual commits via 
KafkaManualCommit. If this option is enabled then an instance of 
KafkaManualCommit is stored on the Exchange message header, which allows end 
users to access this API and perform manual offset commits via the Kafka 
consumer. | false | boolean
 | *autoCommitEnable* (consumer) | If true, periodically commit to ZooKeeper 
the offset of messages already fetched by the consumer. This committed offset 
will be used when the process fails as the position from which the new consumer 
will begin. | true | Boolean
 | *autoCommitIntervalMs* (consumer) | The frequency in ms that the consumer 
offsets are committed to zookeeper. | 5000 | Integer
@@ -149,12 +150,12 @@ with the following path and query parameters:
 | *interceptorClasses* (monitoring) | Sets interceptors for producer or 
consumers. Producer interceptors have to be classes implementing 
org.apache.kafka.clients.producer.ProducerInterceptor Consumer interceptors 
have to be classes implementing 
org.apache.kafka.clients.consumer.ConsumerInterceptor Note that if you use 
Producer interceptor on a consumer it will throw a class cast exception in 
runtime |  | String
 | *kerberosBeforeReloginMin Time* (security) | Login thread sleep time between 
refresh attempts. | 60000 | Integer
 | *kerberosInitCmd* (security) | Kerberos kinit command path. Default is 
/usr/bin/kinit | /usr/bin/kinit | String
-| *kerberosPrincipalToLocal Rules* (security) | A list of rules for mapping 
from principal names to short names (typically operating system usernames). The 
rules are evaluated in order and the first rule that matches a principal name 
is used to map it to a short name. Any later rules in the list are ignored. By 
default, principal names of the form {username}/{hostname}{REALM} are mapped to 
{username}. For more details on the format please see security authorization 
and acls. Multiple val [...]
+| *kerberosPrincipalToLocal Rules* (security) | A list of rules for mapping 
from principal names to short names (typically operating system usernames). The 
rules are evaluated in order and the first rule that matches a principal name 
is used to map it to a short name. Any later rules in the list are ignored. By 
default, principal names of the form {username}/{hostname}{REALM} are mapped to 
{username}. For more details on the format please see a href=\#security_authz\ 
security authorizati [...]
 | *kerberosRenewJitter* (security) | Percentage of random jitter added to the 
renewal time. | 0.05 | Double
 | *kerberosRenewWindowFactor* (security) | Login thread will sleep until the 
specified window factor of time from last refresh to ticket's expiry has been 
reached, at which time it will try to renew the ticket. | 0.8 | Double
 | *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
+| *saslMechanism* (security) | The Simple Authentication and Security Layer 
(SASL) Mechanism used. For the valid values see a href= 
http://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtmlhttp://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
@@ -177,7 +178,7 @@ with the following path and query parameters:
 === Spring Boot Auto-Configuration
 
 
-The component supports 98 options, which are listed below.
+The component supports 99 options, which are listed below.
 
 
 
@@ -216,7 +217,7 @@ The component supports 98 options, which are listed below.
 | *camel.component.kafka.configuration.kafka-header-serializer* | Sets custom 
KafkaHeaderDeserializer for serialization camel headers values to kafka headers 
values. |  | KafkaHeaderSerializer
 | *camel.component.kafka.configuration.kerberos-before-relogin-min-time* | 
Login thread sleep time between refresh attempts. | 60000 | Integer
 | *camel.component.kafka.configuration.kerberos-init-cmd* | Kerberos kinit 
command path. Default is /usr/bin/kinit | /usr/bin/kinit | String
-| *camel.component.kafka.configuration.kerberos-principal-to-local-rules* | A 
list of rules for mapping from principal names to short names (typically 
operating system usernames). The rules are evaluated in order and the first 
rule that matches a principal name is used to map it to a short name. Any later 
rules in the list are ignored. By default, principal names of the form 
{username}/{hostname}{REALM} are mapped to {username}. For more details on the 
format please see security authoriz [...]
+| *camel.component.kafka.configuration.kerberos-principal-to-local-rules* | A 
list of rules for mapping from principal names to short names (typically 
operating system usernames). The rules are evaluated in order and the first 
rule that matches a principal name is used to map it to a short name. Any later 
rules in the list are ignored. By default, principal names of the form 
{username}/{hostname}{REALM} are mapped to {username}. For more details on the 
format please see a href=\#security [...]
 | *camel.component.kafka.configuration.kerberos-renew-jitter* | Percentage of 
random jitter added to the renewal time. |  | Double
 | *camel.component.kafka.configuration.kerberos-renew-window-factor* | Login 
thread will sleep until the specified window factor of time from last refresh 
to ticket's expiry has been reached, at which time it will try to renew the 
ticket. |  | Double
 | *camel.component.kafka.configuration.key* | The record key (or null if no 
key is specified). If this option has been configured then it take precedence 
over header KafkaConstants#KEY |  | String
@@ -250,7 +251,8 @@ The component supports 98 options, which are listed below.
 | *camel.component.kafka.configuration.retry-backoff-ms* | Before each retry, 
the producer refreshes the metadata of relevant topics to see if a new leader 
has been elected. Since leader election takes a bit of time, this property 
specifies the amount of time that the producer waits before refreshing the 
metadata. | 100 | Integer
 | *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.sasl-mechanism* | The Simple 
Authentication and Security Layer (SASL) Mechanism used. For the valid values 
see a href= http://www.iana.org/assignments/sasl- 
mechanisms/sasl-mechanisms.xhtmlhttp 
://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml | GSSAPI | 
String
+| *camel.component.kafka.configuration.schema-registry-u-r-l* | URL of the 
Confluent schema registry servers to use. The format is 
host1:port1,host2:port2. This is known as schema.registry.url in the Confluent 
documentation. |  | 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

Reply via email to