Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.x
-
None
-
Unknown
Description
Add support for Strimzi KafkaTopic resources acting as source/sink in a Pipe. Enhance the JBang bind command to properly handle topic resources.
apiVersion: camel.apache.org/v1 kind: Pipe metadata: name: timer-to-kafka spec: source: ref: kind: Kamelet apiVersion: camel.apache.org/v1 name: timer-source properties: message: "Hello Kafka!" sink: ref: kind: KafkaTopic apiVersion: kafka.strimzi.io/v1beta2 name: my-topic properties: brokers: my-cluster-kafka-bootstrap:9092
Attachments
Issue Links
- is related to
-
CAMEL-20631 Support Knative endpoint references in Pipes
- Resolved
- links to