Azure Storage Blob Changefeed Source
Provided by: "Apache Software Foundation"
Support Level for this Kamelet is: "Stable"
Consume events from an Azure Storage Blob change feed.
Configuration Options
The following table summarizes the configuration options available for the azure-storage-blob-changefeed-source
Kamelet:
Property | Name | Description | Type | Default | Example |
---|---|---|---|---|---|
Access Key | Required The Azure Storage Blob access Key. | string | |||
Account Name | Required The Azure Storage Blob account name. | string | |||
Period between Polls | Required The interval (in milliseconds) between fetches to the Azure Storage change feed. | integer | 10000 |
Dependencies
At runtime, the azure-storage-blob-changefeed-source
Kamelet relies upon the presence of the following dependencies:
-
camel:azure-storage-blob
-
camel:kamelet
-
camel:core
-
camel:jackson
-
camel:jsonpath
-
camel:timer
Camel JBang usage
Prerequisites
-
You’ve installed JBang.
-
You have executed the following command:
jbang app install camel@apache/camel
Supposing you have a file named route.yaml with this content:
- route:
from:
uri: "kamelet:azure-storage-blob-changefeed-source"
parameters:
.
.
.
steps:
- to:
uri: "kamelet:log-sink"
You can now run it directly through the following command
camel run route.yaml