Skip to content

Reactor Netty response should not buffer the full response #33781

Closed
@rstoyanchev

Description

@rstoyanchev

ReactorClientHttpResponse aggregates the response content to create the InputStream, which is not ideal. Ideally at this level we should be streaming, and allow the choice to buffer or stream depending on the use case. By contrast, we stream for all other supported clients.

Once #31677 is merged, we should be able to use it to enable streaming.

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions