Closed
Description
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.