[akka-user][deprecated] [akka-http] Can’t get cookies from HttpResponse

2019-01-30 Thread François Vatel
Hello, I am trying to make REST API call with akka http client. Below is "log in" request: Http().singleRequest(HttpRequest(...)).flatMap { resp => println("headers = " + resp.headers) println("cookie = " + resp.header[`Set-Cookie`]) ... } This is what I see in console: headers = List(set-co

[akka-user][deprecated] Handling persistence failures in akka

2019-01-30 Thread sravani
Hello, We are using eventstore for akka persistence. We had a situation recently where our eventstore connection was down and our akka Actor failed to persist writes from akka actor. Actor is stopped after invoking onPersistFailure which is default behavior of akka actors. But the failed event