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/11/17 12:50:34 UTC

[camel-kamelets] 05/08: Add delay parameter to all SQL Source Kamelets - MariaDB

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sql-sources
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 4e1d7b57cade62d0e402f8b0e87fe8a1b2789d83
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 17 08:27:53 2022 +0100

    Add delay parameter to all SQL Source Kamelets - MariaDB
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/mariadb-source.kamelet.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kamelets/mariadb-source.kamelet.yaml b/kamelets/mariadb-source.kamelet.yaml
index 7a388129..b8298079 100644
--- a/kamelets/mariadb-source.kamelet.yaml
+++ b/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: