Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use at least 8 threads in Jetty thread pool (apache#3776)
### Motivation Use at least 8 threads to avoid having Jetty go into threads starving and having the possibility of getting into a deadlock where a Jetty thread is waiting for another HTTP call to complete in same thread. This solve the issues of requests timing out when the broker is making REST calls to itself. Such examples are when running in standalone mode and creating a function.
- Loading branch information