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/09 15:35:04 UTC

[camel-kafka-connector] branch redelivery-fix created (now 9f0ce8e)

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

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


      at 9f0ce8e  Added max redelivery delay to source config in basic configuration

This branch includes the following new commits:

     new 9f0ce8e  Added max redelivery delay to source config in basic configuration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector] 01/01: Added max redelivery delay to source config in basic configuration

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9f0ce8e9ffb90791bb47ac7436e31b52d7458422
Author: Andrea Cosentino <an...@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