the blockingHandlerParallel is an extension which is a blockingHandler with ordering false. Now, if I’ve understood it this works with the worker-pool of vertx (20 threads?). So what would happen if the thirdPartyService takes 5 seconds and I hit this endpoint with 100 concurrent requests?