Skip to content

Instantly share code, notes, and snippets.

@burakbala
burakbala / gist:49617745ead702b4c83cf89699c266ff
Created November 28, 2016 21:59
Akka http client timeout
Wiremock running at http://localhost:8080 having an endpoints (/test) that has a delay of 30 seconds.
Two examples below behave differently.
REQUEST LEVEL
import akka.actor.ActorSystem
import akka.http.scaladsl.Http
import akka.http.scaladsl.client.RequestBuilding
import akka.http.scaladsl.model._