jackson-dataformats-binary icon indicating copy to clipboard operation
jackson-dataformats-binary copied to clipboard

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

Open sdeleuze opened this issue 8 years ago • 2 comments

As a followup of https://github.com/FasterXML/jackson-core/issues/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 avatar Sep 05 '17 20:09 sdeleuze

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 ?

sdeleuze avatar Jan 31 '18 09:01 sdeleuze

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.

cowtowncoder avatar Jan 31 '18 16:01 cowtowncoder