camel-azure-blob-kafka-connector source configuration

When using camel-azure-blob-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:

<dependency>
  <groupId>org.apache.camel.kafkaconnector</groupId>
  <artifactId>camel-azure-blob-kafka-connector</artifactId>
  <version>x.x.x</version>
  <!-- use the same version as your Camel Kafka connector version -->
</dependency>

The camel-azure-blob source connector supports 33 options, which are listed below.

Name Description Default Priority

camel.source.path.containerOrBlobUri

Container or Blob compact Uri

null

HIGH

camel.source.endpoint.azureBlobClient

The blob service client

null

MEDIUM

camel.source.endpoint.blobOffset

Set the blob offset for the upload or download operations, default is 0

"0"

MEDIUM

camel.source.endpoint.blobType

Set a blob type, 'blockblob' is default One of: [blockblob] [appendblob] [pageblob]

"blockblob"

MEDIUM

camel.source.endpoint.closeStreamAfterRead

Close the stream after read or keep it open, default is true

true

MEDIUM

camel.source.endpoint.credentials

Set the storage credentials, required in most cases

null

MEDIUM

camel.source.endpoint.dataLength

Set the data length for the download or page blob upload operations

null

MEDIUM

camel.source.endpoint.fileDir

Set the file directory where the downloaded blobs will be saved to

null

MEDIUM

camel.source.endpoint.publicForRead

Storage resources can be public for reading their content, if this property is enabled then the credentials do not have to be set

false

MEDIUM

camel.source.endpoint.streamReadSize

Set the minimum read size in bytes when reading the blob content

null

MEDIUM

camel.source.endpoint.validateClientURI

Whether to validate the Azure client URI

true

MEDIUM

camel.source.endpoint.bridgeErrorHandler

Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.

false

MEDIUM

camel.source.endpoint.exceptionHandler

To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored.

null

MEDIUM

camel.source.endpoint.exchangePattern

Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]

null

MEDIUM

camel.source.endpoint.basicPropertyBinding

Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities

false

MEDIUM

camel.source.endpoint.synchronous

Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

false

MEDIUM

camel.source.endpoint.credentialsAccountKey

Set the storage account key used during authentication phase

null

MEDIUM

camel.source.endpoint.credentialsAccountName

Set the storage account name used during authentication phase

null

MEDIUM

camel.component.azure-blob.azureBlobClient

The blob service client

null

MEDIUM

camel.component.azure-blob.blobOffset

Set the blob offset for the upload or download operations, default is 0

"0"

MEDIUM

camel.component.azure-blob.blobType

Set a blob type, 'blockblob' is default One of: [blockblob] [appendblob] [pageblob]

"blockblob"

MEDIUM

camel.component.azure-blob.closeStreamAfterRead

Close the stream after read or keep it open, default is true

true

MEDIUM

camel.component.azure-blob.credentials

Set the storage credentials, required in most cases

null

MEDIUM

camel.component.azure-blob.dataLength

Set the data length for the download or page blob upload operations

null

MEDIUM

camel.component.azure-blob.fileDir

Set the file directory where the downloaded blobs will be saved to

null

MEDIUM

camel.component.azure-blob.publicForRead

Storage resources can be public for reading their content, if this property is enabled then the credentials do not have to be set

false

MEDIUM

camel.component.azure-blob.streamReadSize

Set the minimum read size in bytes when reading the blob content

null

MEDIUM

camel.component.azure-blob.validateClientURI

Whether to validate the Azure client URI

true

MEDIUM

camel.component.azure-blob.bridgeErrorHandler

Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.

false

MEDIUM

camel.component.azure-blob.basicPropertyBinding

Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities

false

MEDIUM

camel.component.azure-blob.configuration

The Blob Service configuration

null

MEDIUM

camel.component.azure-blob.credentialsAccountKey

Set the storage account key used during authentication phase

null

MEDIUM

camel.component.azure-blob.credentialsAccountName

Set the storage account name used during authentication phase

null

MEDIUM