You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider the following integration sending data to a channel:
from('timer:clock?period=3s')
.setBody().constant("Hello World from Camel K")
.setHeader('CamelCippaLippa').constant('42')
.to('log:info?showHeaders=true')
.to('knative:channel/messages')
.to('log:info?showHeaders=true')
.log('sent message to messages channel')
I'm going to add options to configure the underlying transport used by the knative component so one can configure the header filter strategy according to the needs
lburgazzoli
added a commit
to lburgazzoli/apache-camel-k-runtime
that referenced
this issue
Jul 30, 2019
Consider the following integration sending data to a channel:
This is the output log:
The
CamelCippaLippa
header is deleted after passing from the knative endpoint.The text was updated successfully, but these errors were encountered: