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 df2dd5c4a89b94072399425420393d9ccfa6db89 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Sep 30 14:19:54 2021 +0200 Google Sheets Source Kamelet: introducing repeatCount optional parameter --- .../src/main/resources/kamelets/google-sheets-source.kamelet.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/camel-kamelets/src/main/resources/kamelets/google-sheets-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/google-sheets-source.kamelet.yaml index 6550035..cfc2d47 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/google-sheets-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/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: {}