bclozel / spring-flights

Demo application showcasing RSocket support in Spring
93 stars 68 forks source link

Undo metadata workaround in flight-client #5

Open bclozel opened 5 years ago

bclozel commented 5 years ago

We've introduced a temporary workaround in eb8ad0af9a547eb33518b6c7bbd948d058007a38 to manually encode the routing metadata with the expected format.

Once the rsocket-js library has been updated to support composite metadata, we should be able to undo that workaround and possibly add other metadata, such as security-related information.