circuit-breaker Questions

1

Solved

I have observed that Hystrix treats all exceptions coming out of commands as failures for circuit breaking purposes. It includes exceptions which are thrown from command run () method and created b...
Oxendine asked 9/12, 2015 at 19:9

2

Solved

I'm looking for ways to make remote calls to services out of my control until a connect is successful. I also don't want to simply set a timer where an action gets executed every n seconds/minutes ...

1

Solved

I have a shared external resource (say a file store) which a pool of actors is using. Each time a new request is made to the file store a new actor is created to fill the request with a reference t...
Adopted asked 18/6, 2014 at 15:51

1

Solved

I've got a mid-size elasticsearch index (1.46T or ~1e8 docs). It's running on 4 servers which each have 64GB Ram split evenly between elastic and the OS (for caching). I want to try out the new &qu...
Filippa asked 23/4, 2014 at 9:5

3

Solved

The Circuit Breaker pattern, from the book Release It!, protects a remote service from requests while it is failing (or recovering) and helps the client manage repeated remote service failure. I li...
Francklin asked 11/1, 2010 at 17:6

1

Solved

Possible Duplicate: Why can’t I catch a generic exception in C#? I have been reviewing and writing Circuit Breaker code recently. The following method compiles, but the catch bloc...
Landgravine asked 8/1, 2010 at 18:10

© 2022 - 2024 — McMap. All rights reserved.