Open
Description
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:
- Provide a way to enable streaming mode via annotations (and eventually app config) [SPR-15103] #19670 Provide a way to enable streaming mode via annotations (and eventually app config)
3 votes, 8 watchers