Sébastien Deleuze opened SPR-14981 and commented
We should provide a way to change flushing strategy without using ServerHttpResponse#writeAndFlushWith(Publisher<Publisher<DataBuffer>>) low level method.
That could be via supporting Publisher<Publisher<?>> return values or introducing a new annotation that could allow to flush the data after each element (could make sense when you serialize POJOs).
Issue Links:
3 votes, 8 watchers
Sébastien Deleuze opened SPR-14981 and commented
We should provide a way to change flushing strategy without using
ServerHttpResponse#writeAndFlushWith(Publisher<Publisher<DataBuffer>>)low level method.That could be via supporting
Publisher<Publisher<?>>return values or introducing a new annotation that could allow to flush the data after each element (could make sense when you serialize POJOs).Issue Links:
3 votes, 8 watchers