This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch docs-upd in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit a1e909546b30cadb0fc1fa7c22cd8a35cece749b Author: Andrea Cosentino <anco...@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