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 ae8915e3e9a4c90673f5087dcb82def2db992459 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 18 13:49:30 2022 +0100 Add Azure Storage Blob Changefeed Source Kamelet --- .../kamelets/azure-storage-blob-changefeed-source.kamelet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml index ea2c966..5cf324e 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml @@ -31,7 +31,7 @@ spec: definition: title: "Azure Storage Blob Changefeed Source" description: |- - Consume Events from Azure Storage Blob Changefeed. + Consume Events from Azure Storage Blob Change feed. required: - period - accountName @@ -40,7 +40,7 @@ spec: properties: period: title: Period between Polls - description: The interval between fetches to the Azure Storage Container in milliseconds + description: The interval between fetches to the Azure Storage Changefeed in milliseconds type: integer default: 10000 accountName:
