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

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

commit a359aa94185c4d151e8fe6cf2dcbf978efaa7e3d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri May 6 11:06:01 2022 +0200

    aws-* kamelets: expose delay parameter where possible - AWS DDB Streams
---
 kamelets/aws-ddb-streams-source.kamelet.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kamelets/aws-ddb-streams-source.kamelet.yaml 
b/kamelets/aws-ddb-streams-source.kamelet.yaml
index 378f128d..c1709e85 100644
--- a/kamelets/aws-ddb-streams-source.kamelet.yaml
+++ b/kamelets/aws-ddb-streams-source.kamelet.yaml
@@ -89,6 +89,11 @@ spec:
         x-descriptors:
           - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
         default: false
+      delay:
+        title: Delay
+        description: Milliseconds before the next poll from database
+        type: long
+        default: 500
   types:
     out:
       mediaType: application/json
@@ -107,6 +112,7 @@ spec:
         useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
         uriEndpointOverride: "{{?uriEndpointOverride}}"
         overrideEndpoint: "{{overrideEndpoint}}"
+        delay: "{{delay}}"
       steps:
       - marshal:
           json:

Reply via email to