-
### What happened + What you expected to happen
We are trying to configure KubeRay with an external Redis instance (AWS Elasticache) but I'm receiving SSL errors when [AUTH](https://docs.aws.amazon…
-
Currently, all fault tolerance strategies are global (singleton). This includes stateful strategies such as circuit breaker or bulkhead (or hypothetical rate limit, #437).
But sometimes, you want t…
-
At some point we should do some serious systematic analysis and testing of how the design behaves in the case of various faults, and adjust the design as necessary to keep as much functionality as pos…
-
**Is your feature request related to a problem? Please describe.**
Resiliency against failure e.g
- ability to retry a database query that times intermittently,
- ability to timeout a datab…
-
How to properly test fault tolerance of ZFS and what utilities do you use for this?
I want to test disk-failure / power failure tolerance of ZFS.
I tried standard "faulty" tool to emulate disk IO …
-
What can possibly go wrong, and which situations the code should be able to handle:
- MR number can lead to a page for a newly added entry for an article, which is being processed. The page has no ci…
-
with a distributed system, it's much harder to have atomic operations, so you have to manage atomics on a more fine grained level, but also be able to consistently distribute events so the whole syste…
-
Currently the Fault Tolerance support is limited to only supporting the CircuitBreaker annotation. It would be useful if this support was extended to the other annotations such as Timeout, Retry and …
-
I have two feature requests related to optimization tracking and strategy management in Trace:
1. **Persistent Storage of Optimization Steps**
How can I store each optimization step (including p…
doxav updated
8 hours ago
-
Hi, this repository was linked from [this thread](https://www.reddit.com/r/rust/comments/5zcsk3/is_it_possible_to_implemement_erlanglike/). It looks cool!
I'm not sure if this is the right place to…