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.15.3.2. Kafka Sink
您可以通过将 azure-storage-blob-sink
Kamelet 绑定到 Kafka 主题,来使用 azure-storage-blob-sink Kame。
azure-storage-blob-sink-binding.yaml
apiVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
name: azure-storage-blob-sink-binding
spec:
source:
ref:
kind: KafkaTopic
apiVersion: kafka.strimzi.io/v1beta1
name: my-topic
sink:
ref:
kind: Kamelet
apiVersion: camel.apache.org/v1alpha1
name: azure-storage-blob-sink
properties:
accessKey: "The Access Key"
accountName: "The Account Name"
containerName: "The Container Name"
Copy to clipboardCopied15.3.2.1. 先决条件
确保已在 OpenShift 集群中安装了 AMQ Streams Operator,并在当前命名空间中创建一个名为 my-topic
的主题。确保已将 "Red Hat Integration - Camel K" 安装到您连接到的 OpenShift 集群中。