We were using DropWizard 1.1.6 (which comes with Jetty 9.4.6), and then we moved to Dropwizard 1.3.5(which comes with Jetty 9.4.11).
When doing couple of performance benchmark runs, we saw a clear latency increase in our APIs(which accepts Http requests in Json and calling couple of backend Http services) and didn't meet our previous SLA.
So we kept Dropwizard 1.3.5 as is, but packed Jetty 9.4.6 back. With that we see some improvement.
Have anybody noticed such 2x-3x latency increase(about total >500ms) in these jetty versions/dropwizard ?