296
CHAPTER 7 | Implement resilient applications
certain failure scenarios faster than a
circuit breaker would be, since the circuit breaker waits for the
failures. The BulkheadPolicy object in
Polly
exposes how full
the bulkhead and queue are, and offers
events on overflow so can also be used to drive automated horizontal scaling.
Additional resources
•
Resiliency patterns
https://learn.microsoft.com/azure/architecture/framework/resiliency/reliability-patterns
•
Adding Resilience and Optimizing Performance
https://learn.microsoft.com/previous-versions/msp-n-p/jj591574(v=pandp.10)
•
Bulkhead.
GitHub repo. Implementation with Polly policy.
https://github.com/App-vNext/Polly/wiki/Bulkhead
•
Dostları ilə paylaş: