Hi, Akka newbie here. I am writing a microservice with akka-http which connects to another service. This service when in error state, requires the client to implement exponential backoff and also to respect the value in RETRY-AFTER header. Now my microservice starts multiple clients for this service and when the service is in error state, they should all backoff and also respect the value in RETRY-AFTER header. For this I have come across BackoffSupervisor, but there does't seem to be a way where I could tell the supervisor to restart the client after "RETRY-AFTER" seconds and then exponentially backoff until reset is called. Is there a way to achieve that? Furthermore, are there any good examples that use BackoffSupervisor?
~Amulya -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
