httpqueue
Akka extension providing a simple to use HttpRequest => Future[HttpResponse]
Http().singleRequest may overflow the connection pool, while this keeps queueing up requests in an unbounded queue before sending them to the connection pool.
Akka extension providing a simple to use HttpRequest => Future[HttpResponse]
Http().singleRequest may overflow the connection pool, while this keeps queueing up requests in an unbounded queue before sending them to the connection pool.