Provide more ways to stream through ServerResponse for WebMvc functional endpoints #32710
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Currently it's possible to stream SSE events via
ServerResponse.sse(Consumer<SseBuilder>)
, but no way to stream in any other format, comparable to theResponseBodyEmitter
base class ofSseEmitter
for annotated controller methods.For extra context, the GraphQL spec is finalizing an incremental delivery feature that prioritizes some parts of the response data and sends them before others. Over HTTP this is expected to be a "mixed/multipart" stream.
The text was updated successfully, but these errors were encountered: