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
Problem
I have a RabbitMQ source configured to send events to a knative service. When I send a message to the queue, an event arrives to my service, but it doesn't have any of the properties (such as "headers" or "reply-to"). In particular, this makes it impossible for me to respond to the message, but even if responding can be handled some other way, I'd still like to be able to receive the headers.
Problem
I have a RabbitMQ source configured to send events to a knative service. When I send a message to the queue, an event arrives to my service, but it doesn't have any of the properties (such as "headers" or "reply-to"). In particular, this makes it impossible for me to respond to the message, but even if responding can be handled some other way, I'd still like to be able to receive the headers.
Persona:
Event consumer
Exit Criteria
All properties of the message are added to the cloud event delivered to the source's sink
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
Additional context (optional)
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: