[akka-user][deprecated] Re: akka-http: Request was rejected

2018-11-21 Thread Josep Prat
Hi there, If you paste the route code and the test, we will be able to help you out. You can also post this question on https://discuss.lightbend.com/ (which is the new place to discuss such issues). Best! On Wednesday, November 21, 2018 at 1:54:58 PM UTC+1, bhna bhna wrote: > > Hi akka http u

[akka-user] Convert CompletionStage Type

2016-10-03 Thread Josep Prat
It's not very stylish, but you can call map on the CompletionStage doing a cast to the desired class -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives: htt

[akka-user] Re: Convert CompletionStage Type

2016-10-04 Thread Josep Prat
e.com wrote: > > I looked for that but CompletionStage doesn't have a map method. At least > not in the Java8 version of java.util.concurrent.CompletionStage. > > On Monday, October 3, 2016 at 10:41:23 AM UTC-7, Josep Prat wrote: >> >> It's not very stylish, but you

[akka-user] Re: I'm a freshman to Akka, please recommend me some useful learning material... Thanks a lot.

2017-01-19 Thread Josep Prat
Welcome to Akka! As Lutz already said, I would recommend "Akka in Action". The only catch is that the code is mainly in Scala. I have a question though, why do you say the official documentation is terrible? I personally find Akka docs quite good. What would you change/add to the current ones?

Re: [akka-user] Re: I'm a freshman to Akka, please recommend me some useful learning material... Thanks a lot.

2017-01-19 Thread Josep Prat
ctive > Programming? > > Regards, Roland > > Sent from my iPhone > > On 19 Jan 2017, at 20:41, Josep Prat > > wrote: > > Welcome to Akka! > As Lutz already said, I would recommend "Akka in Action". The only catch > is that the code is mai