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/01/13 10:04:58 UTC

[camel] 03/13: Camel-pg-replication-slot: Fixed tip section

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

commit de619388e04a7b023974ad6628cf87853f2e4298
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:37:53 2020 +0100

    Camel-pg-replication-slot: Fixed tip section
---
 .../src/main/docs/pg-replication-slot-component.adoc                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-pg-replication-slot/src/main/docs/pg-replication-slot-component.adoc b/components/camel-pg-replication-slot/src/main/docs/pg-replication-slot-component.adoc
index 3f91ac5..ddbe827 100644
--- a/components/camel-pg-replication-slot/src/main/docs/pg-replication-slot-component.adoc
+++ b/components/camel-pg-replication-slot/src/main/docs/pg-replication-slot-component.adoc
@@ -160,7 +160,7 @@ without waiting for the `delay`*`timeUnit` parameter between each exchange.
 
 [TIP]
 ====
-TIP: The order of the messages is guaranteed, but the same message might come more than once. So, for example, if you're using
+The order of the messages is guaranteed, but the same message might come more than once. So, for example, if you're using
 this component to sync data from PostgreSQL to other database, make sure your operations are idempotent (e.g. use UPSERT
 instead of INSERT,...). This will make sure repeated messages won't affect your system negatively.
 ====