Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.3.0
-
None
-
Unknown
Description
Pipes may reference a Knative broker as a source/sink. We should properly configure the Knative component endpoint URI (knative:event/my-event-type?kind=Broker&name=default) on the resulting route definition when the Pipe uses a Knative broker reference
Example Pipe:
apiVersion: camel.apache.org/v1 kind: Pipe metadata: name: timer-event-source spec: source: ref: kind: Kamelet apiVersion: camel.apache.org/v1 name: timer-source properties: message: "Hello world!" sink: ref: kind: Broker apiVersion: eventing.knative.dev/v1 name: foo-broker properties: type: org.apache.camel.event.foo
Attachments
Issue Links
- links to