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