Thanks Rob

On Tuesday, August 8, 2017 at 2:17:09 PM UTC+1, Rob Crawford wrote:
>
> The code using it has been in production for three years, and hasn't seen 
> any issues with it.
>
> On Tuesday, August 8, 2017 at 7:05:59 AM UTC-4, Damien Gallagher wrote:
>>
>> Hi Rob
>>
>> Is there any concern with this library being marked as a Beta library?
>>
>> Thanks
>> Damien
>>
>> On Friday, July 21, 2017 at 9:25:04 PM UTC+1, Rob Crawford wrote:
>>>
>>> Take a look at Guava's RateLimiter class. I've used it for controlling 
>>> the rate at which a web service was called, and it worked perfectly.
>>>
>>> On Monday, July 17, 2017 at 7:15:26 AM UTC-4, Damien Gallagher wrote:
>>>>
>>>> Hi
>>>>
>>>> I have a java 8 Spring based project that I want to use akka in.
>>>>
>>>> I have my RestControllers calling out to service classes.
>>>> Some of these service classes call out to third party web services that 
>>>> have throttling requirements.
>>>>
>>>> Basically I want to throttle calls to the service classes from my Rest 
>>>> Controllers using Akka streams.
>>>>
>>>> 1. Is this use case possible?
>>>> 2. If not - would you recommend a different way of doing this 
>>>> (unfortunately I wouldnt get the time to change all my rest services to 
>>>> use 
>>>> the Akka http module)
>>>> 3. If possible - can someone provide a quick code sample on how to 
>>>> implement this?
>>>>
>>>> Thank you
>>>> Damien
>>>>
>>>>
>>>>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to