Re: [akka-user] Akka cluster on Hadoop YARN

2017-08-14 Thread Konrad “ktoso” Malawski
There has not been much interest in that from what I can cell. Rather people are using k8s, marathon/mesos etc to run Akka applications nowadays. — Konrad `kto.so` Malawski Akka @ Lightbend On 15 August 2017 at 12:03:14, Juan Rodríguez Hortalá ( juan.rodrig

[akka-user] Akka cluster on Hadoop YARN

2017-08-14 Thread Juan Rodríguez Hortalá
Hi all, In a previous thread ( https://groups.google.com/forum/#!searchin/akka-user/yarn%7Csort:relevance/akka-user/ylV2tD5uuq8/8c3EN69ehrwJ) there was a discussion about running Akka cluster on top of YARN. That thread is quite old, and has been inactive for some years. Do you know if someo

[akka-user] Re: [akka-http] Http().superPool() and MergeHub.source backpressure

2017-08-14 Thread Jeff
Quickly following up on this. My understanding of how MergeHub works leads me to believe that all 100 requests in my example should fire, however only 8 of them do, and only 4 complete. On Wednesday, August 9, 2017 at 4:53:18 PM UTC-7, Jeff wrote: > > I am getting behavior that I do not unders

[akka-user] Akka HTTP usage of HttpEntity.toStrict

2017-08-14 Thread Yannick Lazzari
Hi, There is an opened ticket in akka-http regarding exceptions being thrown after using HttpEntity.toStrict: https://github.com/akka/akka-http/issues/1177. My question is regarding Johannes Rudolph's comment about it being a workaround: Using toStrictEntity is basically only a workaround and

[akka-user] [akka-http] adding cookie attributes

2017-08-14 Thread Christophe Pache
Hello everyone! I'm trying to add a sameSite attribute to cookies using the scaladsl and it looks like the Cookie API is quite closed. What I would like to do is something like `Set-Cookie: key=value; HttpOnly; SameSite=strict` My feeling is that the only current way to do so is to craft a head