[
https://issues.apache.org/jira/browse/CAMEL-20631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17833279#comment-17833279
]
Christoph Deppisch commented on CAMEL-20631:
--------------------------------------------
I believe this could be done with Http because the Knative broker receives the
events via Http calls.
> 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
>
> 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)