You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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.
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.
The text was updated successfully, but these errors were encountered: