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 b445c97e24f891785d69bb8b6e0418e1376938f7 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri May 6 11:00:49 2022 +0200 aws-* kamelets: expose delay parameter where possible - AWS Kinesis --- .../src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml index 19ef76b9..4ffbea0a 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml @@ -86,7 +86,7 @@ spec: default: false delay: title: Delay - description: Milliseconds before the next poll of the selected bucket + description: Milliseconds before the next poll of the selected stream type: long default: 500 types:
