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


The following commit(s) were added to refs/heads/master by this push:
     new 3d20378  Regen
3d20378 is described below

commit 3d20378a7bb1cf741830b845d2436afd817021bf
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jan 9 12:20:25 2020 +0100

    Regen
---
 docs/components/modules/ROOT/pages/kafka-component.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/kafka-component.adoc 
b/docs/components/modules/ROOT/pages/kafka-component.adoc
index f471dbd..8bbd169 100644
--- a/docs/components/modules/ROOT/pages/kafka-component.adoc
+++ b/docs/components/modules/ROOT/pages/kafka-component.adoc
@@ -79,12 +79,13 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (95 parameters):
+=== Query Parameters (96 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *additionalProperties* (common) | Sets additional properties for either 
kafka consumer or kafka producer in case they can't be set directly on the 
camel configurations (e.g: new Kafka properties that are not reflected yet in 
Camel configurations), the properties have to be prefixed with 
additionalProperties.. E.g: 
additionalProperties.transactional.id=12345&additionalProperties.schema.registry.url=\http://localhost:8811/avro
 |  | Map
 | *brokers* (common) | URL of the Kafka brokers to use. The format is 
host1:port1,host2:port2, and the list can be a subset of brokers or a VIP 
pointing to a subset of brokers. This option is known as bootstrap.servers in 
the Kafka documentation. |  | String
 | *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

Reply via email to