jet
jet copied to clipboard
Ability to pass configured ThreadPool
Right now you can pass min-threads/max-threads to a Jetty's thread pool, but you can't pass custom queue there, which can help save application nodes from the load spike. :)
Sure, feel free to submit a PR for this if you'd like