Re: [akka-user] Akka HTTP client - Advice for executor context

2017-04-26 Thread Albert
Great explanation Arne - thank you! I think I have all pieces except one: I call web services in parallel, creating Futures. Futures are then converted to one Future (like Future.sequence). Do I reach backpressure in case of "too many requests" when router respond with Source

Re: [akka-user] Akka HTTP client - Advice for executor context

2017-04-26 Thread Albert Gorski
Great explanation Arne - thank you! I think I have all pieces except one: I call web services in parallel, creating Futures. Futures are then converted to one Future (like *Future.sequence*). When, in router, I create response with Source and set OverflowStrategy.backpressure 2017-04-26 10:15

Re: [akka-user] Akka HTTP client - Advice for executor context

2017-04-26 Thread Albert
ess threads? Am I right / make it sense? Cheers, Albert -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.h

[akka-user] Akka HTTP client - Advice for executor context

2017-04-25 Thread Albert Gorski
something else? Is it good to configure executor context pro service? It's a kind of bulkhead solution, but is it really good for performance? Thank you for response in advance:) Cheers, Albert -- >>>>>>>>>> Read the docs: http://akka.io/docs/

Re: [akka-user] using Akka with Kamon...

2015-05-14 Thread Albert Gorski
= [ my-app/user/job-manager, my-app/user/worker-* ] excludes = [ my-app/system/**, my-app/user/worker-helper ]} hope it helps :) Cheers Albert -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search