-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CamelCloudEventXXX not converted to CE header #177
Comments
lburgazzoli
added a commit
to lburgazzoli/apache-camel-k-runtime
that referenced
this issue
Oct 27, 2019
Should be fixed by #178. |
lburgazzoli
added a commit
to lburgazzoli/apache-camel-k-runtime
that referenced
this issue
Oct 27, 2019
lburgazzoli
added a commit
to lburgazzoli/apache-camel-k-runtime
that referenced
this issue
Oct 27, 2019
lburgazzoli
added a commit
to lburgazzoli/apache-camel-k-runtime
that referenced
this issue
Oct 27, 2019
The from("direct:start")
.setHeader("ce-type")).constant("fromCEHeader")
.setHeader("CamelCloudEventType").constant("fromCamelHeader")
.to("knative:endpoint/ep"); The cloud event type will be set to Note that:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm setting header CamelCloudEventType to "something" during an integration, but it's not converted to
ce-type
going out.In general, should we tell users to set "ce-type" or "CamelCloudEventType" when they want to override that field?
The same question for CE extensions. Should they use "ce-author" or "CamelCloudEventAuthor"?
"ce-author" may seem obvious, but extensions are not always mapped to http headers, especially when using structured json output.
Dump attached:
The text was updated successfully, but these errors were encountered: