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 d612649f35544b4ac0ee8ccc2420f0ee78527107 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri May 6 11:00:11 2022 +0200 aws-* kamelets: expose delay parameter where possible - AWS Kinesis --- kamelets/aws-kinesis-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/aws-kinesis-source.kamelet.yaml b/kamelets/aws-kinesis-source.kamelet.yaml index 19ef76b9..4ffbea0a 100644 --- a/kamelets/aws-kinesis-source.kamelet.yaml +++ b/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:
