[ https://issues.apache.org/jira/browse/CAMEL-20631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-20631. --------------------------------- Fix Version/s: 4.6.0 Resolution: Fixed > Support Knative endpoint references in Pipes > -------------------------------------------- > > Key: CAMEL-20631 > URL: https://issues.apache.org/jira/browse/CAMEL-20631 > Project: Camel > Issue Type: Improvement > Components: camel-jbang > Affects Versions: 4.x > Reporter: Christoph Deppisch > Assignee: Christoph Deppisch > Priority: Major > Fix For: 4.6.0 > > > A Pipe has a source and a sink and supports Camel endpoint URI and Kamelet > references. We should also support references to Knative broker/cahnnel > resources such as > {noformat} > apiVersion: camel.apache.org/v1 > kind: Pipe > metadata: > name: timer-to-knative > spec: > source: > ref: > kind: Kamelet > apiVersion: camel.apache.org/v1 > name: timer-source > properties: > message: Hello Knative > sink: > ref: > kind: Broker > apiVersion: eventing.knative.dev/v1 > name: default > properties: > type: my-event-type{noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)