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
Currently, there is no implementation of com.fasterxml.jackson.core.async.ByteBufferFeeder provided in Jackson Core; there is only an implementation of ByteArrayFeeder. Within Spring Framework, this requires us to covert the (potentially non-heap-allocated) ByteBuffers into byte arrays before feeding them to the parser, resulting in insufficient memory usage.
Please provide an implementation of ByteBufferFeeder.
bsideup, ok2c, sdeleuze, dnault, PyvesB and 7 more