djouvin

Results 2 comments of djouvin

I have a prototype implementation that works (in Groovy, but easily translatable in Java) : however, this impl is just managing the streaming case (not the non-streaming case).

Here is the groovy code I used. Note that to consume properly you should use concatMap with a 0 prefetch [StreamingPartGenerator.zip](https://github.com/spring-projects/spring-framework/files/8362485/StreamingPartGenerator.zip) .