jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.7k stars 199 forks source link

jetty: implement a non-blocking handler #3432

Closed jknack closed 3 months ago

jknack commented 4 months ago

Now we successfully migrate to Jetty 12.x we need to look on how to implement a non-blocking version of it (like netty and undertow).