You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/08/23 08:04:30 UTC

[camel-kamelets] branch main updated (f5aa4639 -> e2cefe13)

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

pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


    from f5aa4639 Regen for commit f5cdefd575827ca051eae51be3490f3451e950b4
     new 6b1935a2 chore: note on using capped collections
     new e2cefe13 chore: removing quotes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 kamelets/mongodb-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel-kamelets] 01/02: chore: note on using capped collections

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 6b1935a2cd9ae3d7162cbed8e3109d5bdbdf9be7
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Aug 10 15:50:27 2022 +0200

    chore: note on using capped collections
    
    Closes https://github.com/apache/camel-k/issues/3228
---
 kamelets/mongodb-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/mongodb-source.kamelet.yaml b/kamelets/mongodb-source.kamelet.yaml
index 307d6fb5..f0567ba1 100644
--- a/kamelets/mongodb-source.kamelet.yaml
+++ b/kamelets/mongodb-source.kamelet.yaml
@@ -71,7 +71,7 @@ spec:
         type: string
       persistentTailTracking:
         title: MongoDB Persistent Tail Tracking
-        description: Specifies to enable persistent tail tracking, which is a mechanism to keep track of the last consumed data across system restarts. The next time the system is up, the endpoint recovers the cursor from the point where it last stopped consuimg data.
+        description: Specifies to enable persistent tail tracking, which is a mechanism to keep track of the last consumed data across system restarts. The next time the system is up, the endpoint recovers the cursor from the point where it last stopped consuimg data. This option will only work on "capped" collections.
         type: boolean
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'


[camel-kamelets] 02/02: chore: removing quotes

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit e2cefe13dc19dd46f059c3fb07fbb289b11898e3
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Aug 22 15:55:38 2022 +0200

    chore: removing quotes
---
 kamelets/mongodb-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/mongodb-source.kamelet.yaml b/kamelets/mongodb-source.kamelet.yaml
index f0567ba1..431340b0 100644
--- a/kamelets/mongodb-source.kamelet.yaml
+++ b/kamelets/mongodb-source.kamelet.yaml
@@ -71,7 +71,7 @@ spec:
         type: string
       persistentTailTracking:
         title: MongoDB Persistent Tail Tracking
-        description: Specifies to enable persistent tail tracking, which is a mechanism to keep track of the last consumed data across system restarts. The next time the system is up, the endpoint recovers the cursor from the point where it last stopped consuimg data. This option will only work on "capped" collections.
+        description: Specifies to enable persistent tail tracking, which is a mechanism to keep track of the last consumed data across system restarts. The next time the system is up, the endpoint recovers the cursor from the point where it last stopped consuimg data. This option will only work on capped collections.
         type: boolean
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'