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
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.
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.
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.
The text was updated successfully, but these errors were encountered: