This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit e0a3c945af7aa7bf6ca01e90c6a82d027b638bb8 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:
