Skip to content

Commit

Permalink
Azure Storage Blob Source Kamelet: Add a delay parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Oct 27, 2022
1 parent 175a3a9 commit 3f4103b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ spec:
description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
type: string
default: SHARED_ACCOUNT_KEY
delay:
title: Delay
description: The number of milliseconds before the next poll of the selected blob.
type: integer
default: 500
dependencies:
- "camel:azure-storage-blob"
- "camel:kamelet"
Expand All @@ -88,6 +93,7 @@ spec:
parameters:
accessKey: "{{accessKey}}"
credentialType: "{{credentialType}}"
delay: "{{delay}}"
steps:
- process:
ref: "{{duplicateHeaders}}"
Expand Down

0 comments on commit 3f4103b

Please sign in to comment.