Red Hat Camel K is deprecated
Red Hat Camel K is deprecated and the End of Life date for this product is June 30, 2025. For help migrating to the current go-to solution, Red Hat build of Apache Camel, see the Migration Guide.第 4 章 AWS Kinesis Sink
将数据发送到 AWS Kinesis。
Kamelet 需要以下标头:
-
分区
/ce-partition
: 以设置 Kinesis 分区密钥
如果未设置交换 ID,则将使用该标头。
Kamelet 还能够识别以下标头:
-
sequence-number
/ce-sequencenumber
: 以设置序列号
这个标头是可选的。
4.1. 配置选项
下表总结了 aws-kinesis-sink
Kamelet 的配置选项:
属性 | Name | 描述 | 类型 | 默认 | Example |
---|---|---|---|---|---|
accesskey * | 访问密钥 | 从 AWS 获取的访问权限密钥 | 字符串 | ||
region * | AWS 区域 | 要连接的 AWS 区域 | 字符串 |
| |
secretKey * | 机密密钥 | 从 AWS 获取的 secret 密钥 | 字符串 | ||
stream * | 流名称 | 您要访问的 Kinesis 流(需要提前创建) | 字符串 |
带星号(*)标记的字段是必需的。