Skip to content
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

Add support for non-blocking ("async") CBOR parsing #110

Open
sdeleuze opened this issue Sep 5, 2017 · 2 comments
Open

Add support for non-blocking ("async") CBOR parsing #110

sdeleuze opened this issue Sep 5, 2017 · 2 comments
Labels

Comments

@sdeleuze
Copy link

sdeleuze commented Sep 5, 2017

As a followup of FasterXML/jackson-core#57 and SMILE async parsing, it would be great for jackson-dataformat-cbor to provide such support as well.

We would like to leverage such support in Spring WebFlux.

@sdeleuze
Copy link
Author

sdeleuze commented Jan 31, 2018

As a follow-up of #127 and because CBOR is the binary data format people are asking the most on Spring side, do you have any insight how hard it would be to support async CBOR parsing ?

@cowtowncoder
Copy link
Member

I wouldn't think it overly difficult because of Smile codec that does implement it. There are some differences wrt optional array/object length indicators, but overall CBOR codec is bit less code than Smile one.

I don't really have time to work on this, and it's not part of my day job so there are no current plans to implement it myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants