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-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push: new b7aa904 Added max redelivery delay to source config in basic configuration b7aa904 is described below commit b7aa9043ccd2763810564e725f938550a456cdf6 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Dec 9 16:34:30 2020 +0100 Added max redelivery delay to source config in basic configuration --- docs/modules/ROOT/pages/basic-configuration.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/pages/basic-configuration.adoc b/docs/modules/ROOT/pages/basic-configuration.adoc index 20df8ec..6ccaa4c 100644 --- a/docs/modules/ROOT/pages/basic-configuration.adoc +++ b/docs/modules/ROOT/pages/basic-configuration.adoc @@ -16,6 +16,7 @@ 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