You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by oa...@apache.org on 2019/11/12 09:42:38 UTC

[camel] branch master updated: Fix camel version order in some of camel-debezium docs

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

oalsafi 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 b092a9d  Fix camel version order in some of camel-debezium docs
     new 2b06cc2  Merge branch 'master' of github.com:apache/camel
b092a9d is described below

commit b092a9d85d64eafb648e8604ef1ca17e38fd7e50
Author: Omar Al-Safi <om...@gmail.com>
AuthorDate: Tue Nov 12 10:37:31 2019 +0100

    Fix camel version order in some of camel-debezium docs
    
    Signed-off-by: Omar Al-Safi <om...@gmail.com>
---
 .../camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc | 5 +----
 .../src/main/docs/debezium-postgres-component.adoc                   | 2 --
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/components/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc b/components/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc
index 804ff5e..090c1bc 100644
--- a/components/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc
+++ b/components/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc
@@ -1,15 +1,12 @@
 [[debezium-mysql-component]]
 = Debezium MySQL Connector Component
-= Debezium MySQL Component
+
 *Since Camel 3.0*
 
 // HEADER START
 *Only Consumer is supported*
 // HEADER END
 
-
-*Since Camel 3.0*
-
 The Debezium MySQL component is wrapper around https://debezium.io/[Debezium] using https://debezium.io/documentation/reference/0.9/operations/embedded.html[Debezium Embedded], which enables Change Data Capture from MySQL database using Debezium without the need for Kafka or Kafka Connect.
 
 *Note on handling failures:* Per https://debezium.io/documentation/reference/0.9/operations/embedded.html#_handling_failures[Debezium Embedded Engine] documentation, the engines is actively recording source offsets and periodically flushes these offsets to a persistent storage, so when the application is restarted or crashed, the engine will resume from the last recorded offset.
diff --git a/components/camel-debezium-postgres/src/main/docs/debezium-postgres-component.adoc b/components/camel-debezium-postgres/src/main/docs/debezium-postgres-component.adoc
index e590138..e45b042 100644
--- a/components/camel-debezium-postgres/src/main/docs/debezium-postgres-component.adoc
+++ b/components/camel-debezium-postgres/src/main/docs/debezium-postgres-component.adoc
@@ -8,8 +8,6 @@
 // HEADER END
 
 
-*Since Camel 3.0*
-
 The Debezium PostgresSQL component is wrapper around https://debezium.io/[Debezium] using https://debezium.io/documentation/reference/0.9/operations/embedded.html[Debezium Embedded], which enables Change Data Capture from PostgresSQL database using Debezium without the need for Kafka or Kafka Connect.
 
 *Note on handling failures:* Per https://debezium.io/documentation/reference/0.9/operations/embedded.html#_handling_failures[Debezium Embedded Engine] documentation, the engines is actively recording source offsets and periodically flushes these offsets to a persistent storage, so when the application is restarted or crashed, the engine will resume from the last recorded offset.