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.1.3. 重要备注
Red Hat Integration 的重要备注 - Camel K 发行版本:
- 支持在 ROSA 上运行 Camel K
- 现在,Camel K 支持在 AWS (ROSA)上运行 Red Hat OpenShift Service。
- 支持 Camel K 中的 IBM MQ 源连接器
- IBM MQ 源连接器 kamelet 添加至最新的 Camel K。
- 支持 Oracle 19
- Oracle 19 现在在 Camel K 支持。如需更多信息,请参阅支持的配置 页面。
- 在 Windows 机器中使用 Camel K CLI 命令
-
当在 Windows 机器上使用 kamel cli 命令时,命令中的
resource
选项中的路径必须使用 linux 格式。例如,
//Windows path kamel run file.groovy --dev --resource file:C:\user\folder\tempfile@/tmp/file.txt //Must be converted to kamel run file.groovy --dev --resource file:C:/user/folder/tempfile@/tmp/file.txt
- Red Hat Integration - Camel K Operator 镜像大小为
- 由于 Red Hat Integration - Camel K 1.8.1.redhat-00024,Camel K Operator 镜像的大小翻倍。
- YAML DSL 中接受的 Camel 案例表示法
-
由于 Red Hat Integration - Camel K 1.8.1.redhat-00024,YAML DSL 可以接受 camel case 表示法(例如
setBody
)以及 snake case (i.eset-body
)。请注意,语法中有一些差异,因为模式可能会改变 Camel 版本。