christophd commented on issue #1834:
URL: https://github.com/apache/camel-k/issues/1834#issuecomment-2160134121

   @squakez @lburgazzoli after another review of the current capabilities I 
think we can close this issue as completed. With the opportunity to use the 
Knative broker event stream as a source with optional filtering on CloudEvents 
attributes this can be considered as done already
   
   ```yaml
   apiVersion: camel.apache.org/v1
   kind: Pipe
   metadata:
     name: knative-log-sink
   spec:
     source:
       ref:
         kind: Broker
         apiVersion: eventing.knative.dev/v1
         name: default
       properties:
         type: org.apache.camel.event.messages
     sink:
       ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1
         name: log-sink
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to