-
The HTTP resiliency features, including those added by the `IHttpClientBuilder.AddStandardResilienceHandler` method, don't apply to gRPC calls despite them going through configured `HttpClient` instan…
-
**Description**
Dapr introduces resiliency in v1.7 https://docs.dapr.io/operations/resiliency/resiliency-overview/
OpenFunction needs to support configuring resiliency
**Additional context**
Wit…
-
## Feature Request
Develop CALM to capture those aspects of resiliency that are decided or influenced by architecture designs choices.
### Description of Problem:
Designing systems for resiliency …
-
In the context of #124, we should ensure that all HTTP clients are using resiliency patterns to ensure throughput remains acceptable.
In general, we want to ensure that stream threads are not block…
-
The RMQ team had produced a thorough guide on the various resiliency patterns that can be achieved with SCSt + RMQ. It'd be great to highlight them under the RMQ section of the [recipes](https://dataf…
-
**Description:**
The Fallback design pattern is a resiliency pattern used in microservices architecture to handle failures gracefully. It ensures that when a service is unavailable or fails, the syste…
-
We need to implement resilience connection to the dependent services, both at application start time, and during the application lifecycle.
Patterns of resiliency: https://docs.microsoft.com/en-us…
-
**Is your feature request related to a problem? Please describe**.
Retry and circuit breaker patterns for failed events with deadlettering in place requires custom code
**Describe the solution …
-
@haworker25 @ducmle-fpt
Depends on: #39
**Paper-2: [mdsa](/jdomainapp/doc-mdsa)**: Part 2
MOSA+ = MDSA (micro-domain software architecture) architecture.
- [ ] #85
- [ ] #82
-
**Is your feature request related to a problem? Please describe.**
While it certainly is a perfectly defensible position that SCCB (as per its name) should only support the "CircuitBreaker" pattern -…