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 2022/04/29 09:17:56 UTC

[camel-kamelets] 01/01: MongoDB Source Kamelet: The collection must be capped. Added to description.

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

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

commit ab09fd3221fdb1d1a1697af5473e8319c4c52c42
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 29 11:17:28 2022 +0200

    MongoDB Source Kamelet: The collection must be capped. Added to description.
---
 kamelets/mongodb-source.kamelet.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kamelets/mongodb-source.kamelet.yaml b/kamelets/mongodb-source.kamelet.yaml
index 7e3e93a8..9f6e748d 100644
--- a/kamelets/mongodb-source.kamelet.yaml
+++ b/kamelets/mongodb-source.kamelet.yaml
@@ -35,6 +35,8 @@ spec:
       If the persistentTailTracking option will be enabled, the consumer will keep track of the last consumed message and on the next restart, the consumption will restart from that message. In case of persistentTailTracking enabled, the tailTrackIncreasingField must be provided (by default it is optional).
 
       If the persistentTailTracking option won't be enabled, the consumer will consume the whole collection and wait in idle for new documents to consume.
+
+      The collection you're consuming from needs to be a capped collection.
     required:
       - hosts
       - collection