[
https://issues.apache.org/jira/browse/CAMEL-20631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17832146#comment-17832146
]
Claus Ibsen commented on CAMEL-20631:
-------------------------------------
This should be made in a way you can do this without k8s/knative. As you may
run this locally without any k8s, and then just fake the broker with an
internal seda queue, or allow to refer to a kafka broker you can run via docker
or local etc.
> 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
> 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)