The grizzly client used in the HTTP requester is configured with SameThreadIOStrategy, so that the thread that is executing the flow is the same that executes the request. However, a worker thread pool is also defined (unused). This was a workaround for a NPE of the same thread strategy. This pool should not exist.
|