rsocket / rsocket-rpc-java

Standard RSocket RPC Java Implementation
http://rsocket.io/
Apache License 2.0
172 stars 41 forks source link

Improved metadata handling #62

Closed regbo closed 4 years ago

regbo commented 4 years ago

I created a library that allows for compositemetadata to be used: https://github.com/regbo/lfp-rsocket-ipc-metadata

It comes with a few other features, but I think the method used could be used here to improve current support. Have a look and LMK if you ave any questions.

OlegDokuka commented 4 years ago

Hey @regbo.

Work on CompositeMetadata support is done in #44 PR. As of now, I don't have enough time to finalize it but in general, it is ready to be used.

Feel free to check out and test is locally

regbo commented 4 years ago

Awesome thanks!

OlegDokuka commented 4 years ago

If you see how to improve the existing project, feel free to contribute.

PRs are welcome

regbo commented 4 years ago

Hi @OlegDokuka I created a PR (#63)