Is there any limit on the maximum number of concurrent requests that Dropwizard can handle?
Does Jersey have the same limit?
There is maxQueuedRequests property which limits the maximum number of requests to queue before blocking the acceptor threads. The default value is 1024.
You should check the configuration reference.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With