Skip to content

Add an Eclipse Jetty Core HttpHandlerAdaptor #32035

Closed
@gregw

Description

@gregw

Affects: >= 6.1.4

The current Jetty integration uses the Servlet abstraction, which is primarily blocking and has additional buffering layers.

The jetty core server (added in jetty-12) has a reactive style asynchronous API very compatible with Flux<DataBuffer> style programming. A simpler and more efficient integration can thus be created by avoiding Servlets and going direct to jetty core.

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: webIssues in web modules (web, webmvc, webflux, websocket)status: supersededAn issue that has been superseded by anothertype: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions