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 2fbc66b9d35e80afa1c7df29c18c8a8f6026068a 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: {}