We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Non-blocking parsing was introduced by Jackson 2.9 FasterXML/jackson-core#57 Currently, JSON and Smile are supported.
It would be great for msgpack to support that to leverage Spring WebFlux, Reactive Streams and hopefully rsocket as a underlying serialization format.
Related links
The text was updated successfully, but these errors were encountered:
@making That's interesting. Thanks for letting us know. I'll take a look at it later.
Sorry, something went wrong.
I was looking to adapt msgpack for one of my Spring Webflux based applications, when I stumbled upon this. @komamitsu, is this being considered?
No branches or pull requests
Non-blocking parsing was introduced by Jackson 2.9
FasterXML/jackson-core#57
Currently, JSON and Smile are supported.
It would be great for msgpack to support that to leverage Spring WebFlux, Reactive Streams and hopefully rsocket as a underlying serialization format.
Related links
The text was updated successfully, but these errors were encountered: