You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/20 07:20:37 UTC

[GitHub] [camel-kamelets] davsclaus commented on a diff in pull request #1001: chore: note on using capped collections

davsclaus commented on code in PR #1001:
URL: https://github.com/apache/camel-kamelets/pull/1001#discussion_r950661929


##########
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.

Review Comment:
   I think it may be good to avoid using double quotes / single quotes in the description as tooling may have a problem with that



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org