This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.9.x-1161 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit bc39f685722e3d35ff8c50491e6ca0168b6bb63b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Nov 17 08:28:17 2022 +0100 Add delay parameter to all SQL Source Kamelets - MariaDB Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../src/main/resources/kamelets/mariadb-source.kamelet.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/camel-kamelets/src/main/resources/kamelets/mariadb-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/mariadb-source.kamelet.yaml index 17a6dd9e..ae2b8aed 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/mariadb-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/mariadb-source.kamelet.yaml @@ -81,6 +81,11 @@ spec: description: A query to run on a tuple consumed. type: string example: 'DELETE FROM accounts where user_id = :#user_id' + delay: + title: Delay + description: The number of milliseconds before the next poll + type: integer + default: 500 types: in: mediaType: application/json @@ -107,6 +112,7 @@ spec: parameters: dataSource: "#bean:{{dsBean}}" onConsume: "{{?consumedQuery}}" + delay: "{{delay}}" steps: - marshal: json: