This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch squakez-patch-1 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 1c28a0e26200ce9f4c708bbc950d4cdd8d969377 Author: Pasquale Congiusti <pasquale.congiu...@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'