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/05/06 09:12:57 UTC

[camel-kamelets] 03/12: aws-* kamelets: expose delay parameter where possible - AWS Kinesis

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 bbb424648f8161e024a86a221caab9e4f75d48ea
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 6 10:57:54 2022 +0200

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

diff --git a/kamelets/aws-kinesis-source.kamelet.yaml b/kamelets/aws-kinesis-source.kamelet.yaml
index 45f3b793..19ef76b9 100644
--- a/kamelets/aws-kinesis-source.kamelet.yaml
+++ b/kamelets/aws-kinesis-source.kamelet.yaml
@@ -84,6 +84,11 @@ spec:
         x-descriptors:
           - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
         default: false
+      delay:
+        title: Delay
+        description: Milliseconds before the next poll of the selected bucket
+        type: long
+        default: 500
   types:
     out:
       mediaType: application/octet-stream
@@ -101,5 +106,6 @@ spec:
         useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
         uriEndpointOverride: "{{?uriEndpointOverride}}"
         overrideEndpoint: "{{overrideEndpoint}}"
+        delay: "{{delay}}"
       steps:
       - to: "kamelet:sink"