8.6. Spring Boot Auto-Configuration
将 azure-storage-blob 与 Spring Boot 搭配使用时,请确保使用以下 Maven 依赖项支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-azure-storage-blob-starter</artifactId> <version>{CamelSBProjectVersion}</version> <!-- Use your Camel Spring Boot version --> </dependency>
组件支持 32 个选项,如下所示。
Name | 描述 | 默认 | 类型 |
---|---|---|---|
camel.component.azure-storage-blob.access-key | 访问用于与 azure blob 服务进行身份验证的相关 azure 帐户名称的密钥。 | 字符串 | |
camel.component.azure-storage-blob.autowired-enabled | 是否启用自动。这用于自动自动自动选项(选项必须标记为 autowired),方法是在 registry 中查找是否有匹配的类型实例,然后在组件上进行配置。这可用于自动配置 JDBC 数据源、JMS 连接工厂、AWS 客户端等。 | true | 布尔值 |
camel.component.azure-storage-blob.blob-name | blob 名称,用于消耗来自容器的特定 blob。但是,在制作者上,只需要在 blob 级别上操作。 | 字符串 | |
camel.component.azure-storage-blob.blob-offset | 为上传或下载操作设置 blob 偏移,默认为 0。 | 0 | Long |
camel.component.azure-storage-blob.blob-sequence-number | 用户控制的值,可用于跟踪请求。序列号的值必须在 0 到 263 - 1 之间。默认值为 0。 | 0 | Long |
camel.component.azure-storage-blob.blob-type | blob 类型用于为每个 Blob 类型启动适当的设置。 | BlobType | |
camel.component.azure-storage-blob.block-list-type | 指定要返回的块类型。 | BlockListType | |
camel.component.azure-storage-blob.bridge-error-handler | 允许将消费者桥接到 Camel 路由 Error Handler,这意味着在消费者尝试获取传入的消息时发生任何异常,或像这样一样处理,消息现在将被作为消息进行处理,并由路由 Error Handler 处理。默认情况下,使用者将使用 org.apache.camel.spi.ExceptionHandler 处理异常,该处理程序将记录在 WARN 或 ERROR 级别并忽略。 | false | 布尔值 |
camel.component.azure-storage-blob.change-feed-context | 在使用 getChangeFeed producer 操作时,这提供了在服务调用期间通过 Http 管道传递的额外上下文。选项是 com.azure.core.util.Context 类型。 | Context | |
camel.component.azure-storage-blob.change-feed-end-time | 在使用 getChangeFeed producer 操作时,此过滤器会过滤结果在结束时间大约返回事件。注意:也可以返回一些属于下一个小时的事件。可能缺少属于此小时的几个事件;要确保返回一小时中的所有事件,可按小时计算结束时间。选项是 java.time.OffsetDateTime 类型。 | OffsetDateTime | |
camel.component.azure-storage-blob.change-feed-start-time | 使用 getChangeFeed producer 操作时,此过滤器将过滤结果,使其在开始时间大约返回事件。注意:也可以返回一些属于上一小时的事件。可能缺少属于此小时的几个事件;要确保返回一小时中的所有事件,可按小时取开始时间。选项是 java.time.OffsetDateTime 类型。 | OffsetDateTime | |
camel.component.azure-storage-blob.close-stream-after-read | 在读取或保持打开后关闭流,默认为 true。 | true | 布尔值 |
camel.component.azure-storage-blob.close-stream-after-write | 在写入或保持打开后关闭流,默认为 true。 | true | 布尔值 |
camel.component.azure-storage-blob.commit-block-list-later | 当 设置为 true 时,已暂存的块不会直接提交。 | true | 布尔值 |
camel.component.azure-storage-blob.configuration | 组件配置。选项是 org.apache.camel.component.azure.storage.blob.BlobConfiguration 类型。 | BlobConfiguration | |
camel.component.azure-storage-blob.create-append-blob | 当 设置为 true 时,在提交附加块时会创建附加块。 | true | 布尔值 |
camel.component.azure-storage-blob.create-page-blob | 当设置为 true 时,在上传页面 blob 时会创建一个页面 blob。 | true | 布尔值 |
camel.component.azure-storage-blob.credentials | 可以注入 StorageSharedKeyCredential 来创建 azure 客户端,其中包含重要的身份验证信息。选项是 com.azure.storage.common.StorageSharedKeyCredential 类型。 | StorageSharedKeyCredential | |
camel.component.azure-storage-blob.data-count | 在 范围内包括多少个字节。如果指定,则必须大于或等于 0。 | Long | |
camel.component.azure-storage-blob.download-link-expiration | 覆盖 URL 下载链接的默认过期时间(millis)。 | Long | |
camel.component.azure-storage-blob.enabled | 是否启用 azure-storage-blob 组件的自动配置。默认启用。 | 布尔值 | |
camel.component.azure-storage-blob.file-dir | 下载 blob 的文件目录将保存到,这同时可用于制作者和消费者。 | 字符串 | |
camel.component.azure-storage-blob.lazy-start-producer | 制作者是否应该启动 lazy(在第一个消息上)。通过启动 lazy,您可以使用它来允许 CamelContext 和路由在启动期间启动,否则在启动期间出现问题,并导致路由启动失败。通过将这个启动延迟到 lazy 后,可以在通过 Camel 的路由错误处理程序路由消息期间处理启动失败。注意在处理第一个消息时,创建并启动制作者可能花费较少的时间,从而延长处理的总处理时间。 | false | 布尔值 |
camel.component.azure-storage-blob.max-results-per-page | 指定要返回的最大 Blob 数,包括所有 BlobPrefix 元素。如果请求没有指定 maxResultsPerPage 或指定大于 5,000 的值,则服务器将返回到 5,000 项。 | 整数 | |
camel.component.azure-storage-blob.max-retry-requests | 指定从响应正文中读取数据时的最大额外 HTTP Get 请求数。 | 0 | 整数 |
camel.component.azure-storage-blob.operation | 可以在制作者上与这个组件一起使用的 blob 操作。 | BlobOperationsDefinition | |
camel.component.azure-storage-blob.page-blob-size | 指定页面 blob 的最大大小,最多 8 TB。页面 Blob 大小必须与 512 字节边界一致。 | 512 | Long |
camel.component.azure-storage-blob.prefix | 过滤结果,仅返回名称以指定前缀开头的 Blob。可以为空,返回所有 Blob。 | 字符串 | |
camel.component.azure-storage-blob.regex | 过滤结果,仅返回名称与指定正则表达式匹配的 Blob。如果同时设置了前缀和 regex,则可能会为空,则正则表达式使用优先级和前缀将被忽略。 | 字符串 | |
camel.component.azure-storage-blob.service-client | 存储帐户的客户端。这个客户端不会保存关于特定存储帐户的任何状态,而是便捷地将适当的请求发送到服务上的资源。它也可用于将 URL 构造到 blob 和容器。这个客户端包含对服务帐户的操作。容器的操作可以通过 BlobContainerClient via BlobServiceClient#getBlobContainerClient(String)提供,并通过 BlobClient(String)在 blobClient 上提供操作。选项是 com.azure.storage.blob.BlobServiceClient 类型。 | BlobServiceClient | |
camel.component.azure-storage-blob.source-blob-access-key | source Blob 访问密钥:对于 copyblob 操作,我们需要对源 blob 具有 accessKey,我们需要复制 Passing accessKey 作为标头,因此我们可以设置为密钥。 | 字符串 | |
camel.component.azure-storage-blob.timeout | 可选超时值,超过该超时值,超过 RuntimeException。选项是 java.time.Duration 类型。 | Duration |