You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/12/14 09:04:46 UTC

[camel-kafka-connector] 05/15: Added documentation for remove headers in basic configuration docs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 2e013d2ea03fa4c4576fc0ed1a43879476025190
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 9 16:30:50 2020 +0100

    Added documentation for remove headers in basic configuration docs
---
 docs/modules/ROOT/pages/basic-configuration.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/basic-configuration.adoc b/docs/modules/ROOT/pages/basic-configuration.adoc
index 89f88e9..20df8ec 100644
--- a/docs/modules/ROOT/pages/basic-configuration.adoc
+++ b/docs/modules/ROOT/pages/basic-configuration.adoc
@@ -16,7 +16,8 @@ For a Sink connector the basic options are:
 | camel.aggregation.timeout | The timeout of the aggregation, to be used in combination with camel.beans.aggregate | 500L | MEDIUM
 | camel.error.handler | The error handler to use: possible value are 'no' or 'default' | default | MEDIUM
 | camel.error.handler.max.redeliveries | The maximum redeliveries to be use in case of Default Error Handler | 0 | MEDIUM
-| camel.error.handler.redelivery.delay | The initial redelivery delay in milliseconds in case of Default Error Handler | 1000L | MEDIUM
+| camel.remove.headers.pattern | The pattern of the headers we want to exclude from the exchange | null | MEDIUM
+| camel.idempotency.enabled | If idempotency must be enabled or not | false | LOW
 | camel.idempotency.enabled | If idempotency must be enabled or not | false | LOW
 | camel.idempotency.repository.type | The idempotent repository type to use, possible values are memory and kafka | memory | LOW
 | camel.idempotency.expression.type | How the idempotency will be evaluated: possible values are body and header | body | LOW
@@ -46,6 +47,7 @@ For a Source connector the basic options are:
 | camel.error.handler | The error handler to use: possible value are 'no' or 'default' | default | MEDIUM
 | camel.error.handler.max.redeliveries | The maximum redeliveries to be use in case of Default Error Handler | 0 | MEDIUM
 | camel.error.handler.redelivery.delay | The initial redelivery delay in milliseconds in case of Default Error Handler | 1000L | MEDIUM
+| camel.remove.headers.pattern | The pattern of the headers we want to exclude from the exchange | null | MEDIUM
 | camel.idempotency.enabled | If idempotency must be enabled or not | false | LOW
 | camel.idempotency.repository.type | The idempotent repository type to use, possible values are memory and kafka | memory | LOW
 | camel.idempotency.expression.type | How the idempotency will be evaluated: possible values are body and header | body | LOW