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
Hello @jpearll, you should not use context but message metadata instead.
Context is not propagated by any Pub/Sub (it could be possible only with Go Channel Pub/Sub, but it's not possible currently, it's connected with this PR and discussion #205).
Anyway, it's not possible by design, and message metadata was designed to propagate any data that you don't want to send via payload.
I hope it made it clear and I'm closing the issue. If it's not clear, please let me know :)
Hi,
I am trying to pass a context from an Event Handler (following CQRS archetype), to another message handler, but it is not working.
From a Command Handler
To an Event Handler
What is the way to propagate Context across Command & Event Handlers ?
The text was updated successfully, but these errors were encountered: