Skip to content

JS WebSocket Client - "message/x.rsocket.composite-metadata.v0" issue #62

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

Closed
maxim-bandurko-lsvt opened this issue Oct 22, 2019 · 2 comments

Comments

@maxim-bandurko-lsvt
Copy link

Hello.

Was trying to use composite metadata with "route" property inside object, but at spring boot server it causes "Requester error: RSocket error 0x201 (APPLICATION_ERROR): metadata is malformed."

At this issue ticket:
#21
was mentioned about implementation of support for json in metadata at java rsocket server. But it looks like already implemented the support of "message/x.rsocket.composite-metadata.v0" at Java backend.

Coming from demo of Spring Flights from @bclozel:
https://github.com/bclozel/spring-flights/
It is s sample of using of json metadata with "route" property for spring boot message mapping annotation support. And it was told that "This configuration won't be necessary when the rsocket-js library will support the RSocket composite metadata extension.":
https://github.com/bclozel/spring-flights/blob/master/flight-tracker/src/main/java/io/spring/sample/flighttracker/config/JsonMetadataStrategiesCustomizer.java

Wanted to ask, if it is possible to have it implemented in javascript rsocket websocket client part too.

Thank you.

@maxim-bandurko-lsvt
Copy link
Author

Seems I've created a duplicate, as just found:
#49

And coming from this one, that is related to extensions implementation:
#53
Routing extension (message/x.rsocket.routing.v0) already implemented in latest release.

@maxim-bandurko-lsvt
Copy link
Author

Closing this ticket as it is a duplicate.

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

No branches or pull requests

1 participant