nicolaferraro opened a new issue #326:
URL: https://github.com/apache/camel-k-runtime/issues/326


   When doing something like:
   
   ```
   from("knative:event/x")
     .transform()
     .to("knative:event/y")
   ```
   
   Then the event is delivered to the same service again. The reason is that 
the header containing the event type (x) overrides the event type "y" provided 
in the producer endpoint.
   
   It's not so clear what happens.. Maybe we should make such override not 
enabled by default.


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