Christoph Deppisch created CAMEL-20639: ------------------------------------------
Summary: Support Strimzi KafkaTopic endpoint reference in Pipes Key: CAMEL-20639 URL: https://issues.apache.org/jira/browse/CAMEL-20639 Project: Camel Issue Type: Improvement Components: camel-jbang Affects Versions: 4.x Reporter: Christoph Deppisch Add support for Strimzi KafkaTopic resources acting as source/sink in a Pipe. Enhance the JBang bind command to properly handle topic resources. {noformat} 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{noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)