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 11:58:45 UTC

[camel] branch master updated: Regen for commit 35013a5677f574323b61935232acc4dd97b3c4c3

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 dbcc494  Regen for commit 35013a5677f574323b61935232acc4dd97b3c4c3
dbcc494 is described below

commit dbcc494754d707cec9ceb55f025bea1ee1b4d689
Author: omarsmak <om...@users.noreply.github.com>
AuthorDate: Thu Mar 4 11:45:19 2021 +0000

    Regen for commit 35013a5677f574323b61935232acc4dd97b3c4c3
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../resources/org/apache/camel/catalog/docs.properties     |  1 +
 .../org/apache/camel/catalog/docs/debezium-summary.adoc    | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs.properties b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs.properties
index 1792d85..2e6b745 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs.properties
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs.properties
@@ -115,6 +115,7 @@ debezium-mongodb-component
 debezium-mysql-component
 debezium-postgres-component
 debezium-sqlserver-component
+debezium-summary
 delay-eip
 digitalocean-component
 direct-component
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-summary.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-summary.adoc
new file mode 100644
index 0000000..cc541e6
--- /dev/null
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-summary.adoc
@@ -0,0 +1,14 @@
+[[Azure-CamelComponentsforDebeziumConnectors]]
+= Camel Components for Debezium Connectors
+//attributes written by hand, not generated
+:docTitle: Debezium
+
+https://debezium.io/[Debezium] is an open source distributed platform for change data capture. Start it up, point it at your databases, and your apps can start responding to all of the inserts, updates, and deletes that other apps commit to your databases. 
+Debezium is durable and fast, so your apps can respond quickly and never miss an event, even when things go wrong.
+Camel includes individual components for each Debezium connector which allows for more flexibility to add more Debezium connectors support in Camel.
+
+== {docTitle} components
+
+See the following for usage of each component:
+
+indexDescriptionList::[attributes='group={docTitle}',descAttribute=description]
\ No newline at end of file