Skip to content
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

Use message context as inbound context when available #708

Merged
merged 1 commit into from
Aug 18, 2021

Conversation

benmoss
Copy link
Contributor

@benmoss benmoss commented Aug 17, 2021

This way middlewares are able to mutate the message context and have that get threaded through to our invoker. Right now the context that the invoker will receive is the one passed into StartReceiver, which isn't as helpful.

This way middlewares are able to mutate the message context and have
that get threaded through to our invoker

Signed-off-by: Ben Moss <[email protected]>
@n3wscott
Copy link
Member

the failure is something with nats and not related to this PR.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants