Are there any additional plans to provide enhancements to the 
CircuitBreaker to allow it to more tightly integrate into outbound Http 
stream Flows?  Right now we can make use of the current CircuitBreaker with 
a mapAsync step as the current breaker supports a Future based 
withCircuitBreaker method and this works fine.  It seems however that 
something like this (protecting external http calls) could be built right 
into the host connection pool flows as an optional input to allow the 
caller to supply a breaker to use for that pool flow.  Are there any plans 
to do something like this, and if not, might I suggest it as a new feature 
to include in some upcoming release because I think it would be very 
useful.  Perhaps if the breaker is open, then the Try that flows downstream 
after the http request is executed will always be failed until the breaker 
closes again.  I think something like that fits the model that exists 
already pretty well.

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to