Re: [akka-user] Re: Akka to throttle service method calls

2017-08-09 Thread Rob Crawford
Agreed -- and that was the situation I used it in, and that Damien described. On Wednesday, August 9, 2017 at 3:00:12 AM UTC-4, Akka Team wrote: > > If it is used in blocking Spring controllers it would not matter, but you > should not use it inside of an actor for example. > > With async, and

Re: [akka-user] Re: Akka to throttle service method calls

2017-08-09 Thread Akka Team
If it is used in blocking Spring controllers it would not matter, but you should not use it inside of an actor for example. With async, and possibly in general, it would probably be better to detect to many concurrent requests and respond with some form of service-overloaded status to the HTTP