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 10:03:18 UTC

[camel-kamelets] 02/02: 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 main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit b1eab8007c66ac07bae550a219dcc34c78c6028b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 29 11:21:20 2022 +0200

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

diff --git a/library/camel-kamelets/src/main/resources/kamelets/mongodb-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/mongodb-source.kamelet.yaml
index 7e3e93a8..9f6e748d 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/mongodb-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/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