-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Support sending response payload metadata from RSocket Controllers #27478
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
Comments
To enable the same for responses, we would need some container of metadata+payload that a controller method can return, most likely It would be useful to understand more about the need for this. For example if it relates to #26379, then better to focus on that before it's clear that this is also needed. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
With bare RSocket, you can return payload metadata from a SocketAcceptor, and an RSocket client can receive that payload with metadata. Using Spring @Controller-annotated classes with @MessageMapping-annotated methods, you can't return any metadata/headers, the only supported direction for headers is in. RSocketRequester also has no way to receive them.
The text was updated successfully, but these errors were encountered: