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 2021/03/04 10:19:56 UTC

[camel] branch master updated: Update idempotentConsumer-eip.adoc

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 984356a  Update idempotentConsumer-eip.adoc
984356a is described below

commit 984356a46f654638e074d89d48c452623ee7e457
Author: PradeepNain <pn...@gmail.com>
AuthorDate: Thu Mar 4 15:35:35 2021 +0530

    Update idempotentConsumer-eip.adoc
---
 .../src/main/docs/modules/eips/pages/idempotentConsumer-eip.adoc         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/idempotentConsumer-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/idempotentConsumer-eip.adoc
index 553d553..23c2c9c 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/idempotentConsumer-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/idempotentConsumer-eip.adoc
@@ -30,6 +30,7 @@ Camel provides the following Idempotent Consumer implementations:
 * xref:latest@manual:ROOT:spring.adoc[SpringCacheIdempotentRepository]
 * xref:components::ehcache-component.adoc[EhcacheIdempotentRepository]
 * xref:components::kafka-component.adoc[KafkaIdempotentRepository]
+* xref:components::hbase-component.adoc[HbaseIdempotentRepository]
 
 == Options