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

feat: allow metadata in asyncReply #1937

Merged
merged 2 commits into from
Dec 22, 2023
Merged

feat: allow metadata in asyncReply #1937

merged 2 commits into from
Dec 22, 2023

Conversation

efgpinto
Copy link
Member

@efgpinto efgpinto commented Dec 21, 2023

Close #1935

I'm a bit surprised we haven't heard complains about this before.. Am I missing something?

Copy link
Contributor

@johanandren johanandren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (if we don't want test coverage for good measure)

I guess you could always use asyncEffect with a reply with metadata before to work around it.

@efgpinto
Copy link
Member Author

efgpinto commented Dec 22, 2023

LGTM (if we don't want test coverage for good measure)

Added a test in the java spring IT suite... felt a bit too high-level but since I could't actually find any test there about headers in the response, I think it's fine.

@efgpinto efgpinto merged commit cb30982 into main Dec 22, 2023
66 checks passed
@efgpinto efgpinto deleted the allow-metadata-asyncreply branch December 22, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow passing Metadata for asyncReply
2 participants