lburgazzoli opened a new issue #2043:
URL: https://github.com/apache/camel-k/issues/2043


   We should provide a way to manipulate exchanges generated by the source 
before they are processed by the sink, something like:
   
   
   ```yaml
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
     name: steps-binding
   spec:
     source:
       ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
         name: timer-source
       properties:
         message: "Camel"
     steps:
     - ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
         name: prefix-action
       properties:
         prefix: "Apache"
     sink:
       uri: log:info
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to