Hi,
I'm playing with vert.x 3.0 http client and trying to fire a lot http client request to a REST service, but quite quickly I run out of ephemeral ports.
nov. 05, 2014 11:22:32 AM io.vertx.core.http.impl.HttpClientImpl
SEVERE: java.net.SocketException: No buffer space available (maximum connections reached?): connect
I've tried to enable keepalive on the http client, but to no avail.
https://gist.github.com/bckfnn/ce2c480c408e405d6d4cWhat is the mechanism on vert.x 3.0 to ensure that connections are resused, so my application will not fail under load.
regards,
Finn