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 8218420  Removed repeated idempotency.enabled option in source 
connector basic configuration
8218420 is described below

commit 82184201c0a1281e414be7b9c2d2cbe5321b553e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Dec 17 13:32:02 2020 +0100

    Removed repeated idempotency.enabled option in source connector basic 
configuration
---
 docs/modules/ROOT/pages/basic-configuration.adoc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/basic-configuration.adoc 
b/docs/modules/ROOT/pages/basic-configuration.adoc
index 6ccaa4c..0a9da39 100644
--- a/docs/modules/ROOT/pages/basic-configuration.adoc
+++ b/docs/modules/ROOT/pages/basic-configuration.adoc
@@ -19,7 +19,6 @@ For a Sink connector the basic options are:
 | 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
 | camel.idempotency.expression.header | The header name that will be evaluated 
in case of camel.idempotency.expression.type equals to header | null | LOW

Reply via email to