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

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

commit 91368a9acbe9333daad3dcca36b2a9be0de876dc
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Sep 30 14:18:20 2021 +0200

    Google Sheets Source Kamelet: introducing repeatCount optional parameter
---
 google-sheets-source.kamelet.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/google-sheets-source.kamelet.yaml 
b/google-sheets-source.kamelet.yaml
index 6550035..cfc2d47 100644
--- a/google-sheets-source.kamelet.yaml
+++ b/google-sheets-source.kamelet.yaml
@@ -66,6 +66,10 @@ spec:
         description: Milliseconds before the next poll
         type: integer
         default: 500
+      repeatCount:
+        title: Repeat Count
+        description: Specifies a maximum limit of number of fires
+        type: integer
       applicationName:
         title: Application name
         description: Google Sheets application name
@@ -104,6 +108,7 @@ spec:
         applicationName: "{{applicationName}}"
         splitResults: "{{splitResults}}"
         range: "{{range}}"
+        repeatCount: "{{?repeatCount}}"
       steps:
       - marshal:
           json: {}

Reply via email to