spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Avoid buffering all elements before sending JSON when using Flux/Flow + Kotlinx Serialization Encoder

Open PedroAlvarado opened this issue 1 year ago • 0 comments

Affects: 6.x.x

Similarly the following issue https://github.com/spring-projects/spring-framework/issues/28398, it would be great to have the same support when using kotlin serialization as implemented for Jackson.


PedroAlvarado avatar Aug 26 '24 03:08 PedroAlvarado