-
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
Can't bridge two Knative channels with new component #163
Comments
For completeness, here's the exchange before it goes in error (
cc: @lburgazzoli |
But I guess it's related to the reply expected by the consumer, that is missing when you contact a channel (replies with 204, no content). |
lburgazzoli
added a commit
to lburgazzoli/apache-camel-k-runtime
that referenced
this issue
Oct 17, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm writing this integration:
The
messages
channel is fed by another integration (from('timer:tick').setBody().constant("message").to('knative:channel/messages')
).When the integration doing the bridge receives the message, it goes in error:
The text was updated successfully, but these errors were encountered: