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 ec8a6ba Regen
ec8a6ba is described below
commit ec8a6ba7b7e1c47c74aa12d373c690ac2acd0a07
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Mar 26 07:00:25 2020 +0100
Regen
---
.../generated/resources/org/apache/camel/component/kafka/kafka.json | 4 ++--
.../camel/builder/component/dsl/KafkaComponentBuilderFactory.java | 2 +-
.../camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java | 4 ++--
docs/components/modules/ROOT/pages/kafka-component.adoc | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git
a/components/camel-kafka/src/generated/resources/org/apache/camel/component/kafka/kafka.json
b/components/camel-kafka/src/generated/resources/org/apache/camel/component/kafka/kafka.json
index 2576be6..95672cb 100644
---
a/components/camel-kafka/src/generated/resources/org/apache/camel/component/kafka/kafka.json
+++
b/components/camel-kafka/src/generated/resources/org/apache/camel/component/kafka/kafka.json
@@ -79,7 +79,7 @@
"reconnectBackoffMs": { "kind": "property", "displayName": "Reconnect
Backoff Ms", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false,
"secret": false, "defaultValue": "50", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The amount of time to wait before attempting
to reconnect to a given host. This avoids repeatedly co [...]
"recordMetadata": { "kind": "property", "displayName": "Record Metadata",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
"true", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "Whether the producer should store the
RecordMetadata results from sending to Kafka. The results are stored in a List
[...]
"requestRequiredAcks": { "kind": "property", "displayName": "Request
Required Acks", "group": "producer", "label": "producer", "required": false,
"type": "string", "javaType": "java.lang.String", "enum": [ "-1", "0", "1",
"all" ], "deprecated": false, "secret": false, "defaultValue": "1",
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration",
"configurationField": "configuration", "description": "The number of
acknowledgments the producer requires the leader to [...]
- "requestTimeoutMs": { "kind": "property", "displayName": "Request Timeout
Ms", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "secret":
false, "defaultValue": "305000", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The amount of time the broker will wait trying
to meet the request.required.acks requirement before [...]
+ "requestTimeoutMs": { "kind": "property", "displayName": "Request Timeout
Ms", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "secret":
false, "defaultValue": "30000", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The amount of time the broker will wait trying
to meet the request.required.acks requirement before s [...]
"retries": { "kind": "property", "displayName": "Retries", "group":
"producer", "label": "producer", "required": false, "type": "integer",
"javaType": "java.lang.Integer", "deprecated": false, "secret": false,
"defaultValue": "0", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "Setting a value greater than zero will cause
the client to resend any record whose send fails with a potentially transient
er [...]
"retryBackoffMs": { "kind": "property", "displayName": "Retry Backoff Ms",
"group": "producer", "label": "producer", "required": false, "type": "integer",
"javaType": "java.lang.Integer", "deprecated": false, "secret": false,
"defaultValue": "100", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "Before each retry, the producer refreshes the
metadata of relevant topics to see if a new leader has been e [...]
"sendBufferBytes": { "kind": "property", "displayName": "Send Buffer
Bytes", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "secret":
false, "defaultValue": "131072", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "Socket write buffer size" },
@@ -178,7 +178,7 @@
"reconnectBackoffMs": { "kind": "parameter", "displayName": "Reconnect
Backoff Ms", "group": "producer", "label": "producer", "required": false,
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false,
"secret": false, "defaultValue": "50", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The amount of time to wait before attempting
to reconnect to a given host. This avoids repeatedly c [...]
"recordMetadata": { "kind": "parameter", "displayName": "Record Metadata",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
"true", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "Whether the producer should store the
RecordMetadata results from sending to Kafka. The results are stored in a List
[...]
"requestRequiredAcks": { "kind": "parameter", "displayName": "Request
Required Acks", "group": "producer", "label": "producer", "required": false,
"type": "string", "javaType": "java.lang.String", "enum": [ "-1", "0", "1",
"all" ], "deprecated": false, "secret": false, "defaultValue": "1",
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration",
"configurationField": "configuration", "description": "The number of
acknowledgments the producer requires the leader to [...]
- "requestTimeoutMs": { "kind": "parameter", "displayName": "Request Timeout
Ms", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "secret":
false, "defaultValue": "305000", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The amount of time the broker will wait trying
to meet the request.required.acks requirement before [...]
+ "requestTimeoutMs": { "kind": "parameter", "displayName": "Request Timeout
Ms", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "secret":
false, "defaultValue": "30000", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The amount of time the broker will wait trying
to meet the request.required.acks requirement before [...]
"retries": { "kind": "parameter", "displayName": "Retries", "group":
"producer", "label": "producer", "required": false, "type": "integer",
"javaType": "java.lang.Integer", "deprecated": false, "secret": false,
"defaultValue": "0", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "Setting a value greater than zero will cause
the client to resend any record whose send fails with a potentially transient e
[...]
"retryBackoffMs": { "kind": "parameter", "displayName": "Retry Backoff
Ms", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "secret":
false, "defaultValue": "100", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "Before each retry, the producer refreshes the
metadata of relevant topics to see if a new leader has been [...]
"sendBufferBytes": { "kind": "parameter", "displayName": "Send Buffer
Bytes", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "secret":
false, "defaultValue": "131072", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "Socket write buffer size" },
diff --git
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KafkaComponentBuilderFactory.java
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KafkaComponentBuilderFactory.java
index 3926cb0..b3a21e3 100644
---
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KafkaComponentBuilderFactory.java
+++
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KafkaComponentBuilderFactory.java
@@ -1016,7 +1016,7 @@ public interface KafkaComponentBuilderFactory {
*
* The option is a: <code>java.lang.Integer</code> type.
*
- * Default: 305000
+ * Default: 30000
* Group: producer
*/
default KafkaComponentBuilder requestTimeoutMs(
diff --git
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java
index a87d2c7..359f538 100644
---
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java
+++
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java
@@ -2331,7 +2331,7 @@ public interface KafkaEndpointBuilderFactory {
*
* The option is a: <code>java.lang.Integer</code> type.
*
- * Default: 305000
+ * Default: 30000
* Group: producer
*/
default KafkaEndpointProducerBuilder requestTimeoutMs(
@@ -2347,7 +2347,7 @@ public interface KafkaEndpointBuilderFactory {
* The option will be converted to a <code>java.lang.Integer</code>
* type.
*
- * Default: 305000
+ * Default: 30000
* Group: producer
*/
default KafkaEndpointProducerBuilder requestTimeoutMs(
diff --git a/docs/components/modules/ROOT/pages/kafka-component.adoc
b/docs/components/modules/ROOT/pages/kafka-component.adoc
index 503fda1..cf638b0 100644
--- a/docs/components/modules/ROOT/pages/kafka-component.adoc
+++ b/docs/components/modules/ROOT/pages/kafka-component.adoc
@@ -104,7 +104,7 @@ The Kafka component supports 96 options, which are listed
below.
| *reconnectBackoffMs* (producer) | The amount of time to wait before
attempting to reconnect to a given host. This avoids repeatedly connecting to a
host in a tight loop. This backoff applies to all requests sent by the consumer
to the broker. | 50 | Integer
| *recordMetadata* (producer) | Whether the producer should store the
RecordMetadata results from sending to Kafka. The results are stored in a List
containing the RecordMetadata metadata's. The list is stored on a header with
the key KafkaConstants#KAFKA_RECORDMETA | true | boolean
| *requestRequiredAcks* (producer) | The number of acknowledgments the
producer requires the leader to have received before considering a request
complete. This controls the durability of records that are sent. The following
settings are common: acks=0 If set to zero then the producer will not wait for
any acknowledgment from the server at all. The record will be immediately added
to the socket buffer and considered sent. No guarantee can be made that the
server has received the record i [...]
-| *requestTimeoutMs* (producer) | The amount of time the broker will wait
trying to meet the request.required.acks requirement before sending back an
error to the client. | 305000 | Integer
+| *requestTimeoutMs* (producer) | The amount of time the broker will wait
trying to meet the request.required.acks requirement before sending back an
error to the client. | 30000 | Integer
| *retries* (producer) | Setting a value greater than zero will cause the
client to resend any record whose send fails with a potentially transient
error. Note that this retry is no different than if the client resent the
record upon receiving the error. Allowing retries will potentially change the
ordering of records because if two records are sent to a single partition, and
the first fails and is retried but the second succeeds, then the second record
may appear first. | 0 | Integer
| *retryBackoffMs* (producer) | 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
| *sendBufferBytes* (producer) | Socket write buffer size | 131072 | Integer
@@ -230,7 +230,7 @@ with the following path and query parameters:
| *reconnectBackoffMs* (producer) | The amount of time to wait before
attempting to reconnect to a given host. This avoids repeatedly connecting to a
host in a tight loop. This backoff applies to all requests sent by the consumer
to the broker. | 50 | Integer
| *recordMetadata* (producer) | Whether the producer should store the
RecordMetadata results from sending to Kafka. The results are stored in a List
containing the RecordMetadata metadata's. The list is stored on a header with
the key KafkaConstants#KAFKA_RECORDMETA | true | boolean
| *requestRequiredAcks* (producer) | The number of acknowledgments the
producer requires the leader to have received before considering a request
complete. This controls the durability of records that are sent. The following
settings are common: acks=0 If set to zero then the producer will not wait for
any acknowledgment from the server at all. The record will be immediately added
to the socket buffer and considered sent. No guarantee can be made that the
server has received the record i [...]
-| *requestTimeoutMs* (producer) | The amount of time the broker will wait
trying to meet the request.required.acks requirement before sending back an
error to the client. | 305000 | Integer
+| *requestTimeoutMs* (producer) | The amount of time the broker will wait
trying to meet the request.required.acks requirement before sending back an
error to the client. | 30000 | Integer
| *retries* (producer) | Setting a value greater than zero will cause the
client to resend any record whose send fails with a potentially transient
error. Note that this retry is no different than if the client resent the
record upon receiving the error. Allowing retries will potentially change the
ordering of records because if two records are sent to a single partition, and
the first fails and is retried but the second succeeds, then the second record
may appear first. | 0 | Integer
| *retryBackoffMs* (producer) | 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
| *sendBufferBytes* (producer) | Socket write buffer size | 131072 | Integer