After months of continuous development, Polly v8 is finally here! In our v8 announcement post, we discussed the background of the Polly project and what motivated us to completely redesign the library with a hyper-focus on performance. We were very fortunate to have top-notch developers from Microsoft do the bulk
UPDATE: May 26, 2023
We have issued a new pull request (Polly V8: Public API Review #1233) to introduce the v8 API to the public. We would love your feedback! Help shape the API ahead of a tentative June release.
There is no question that the Polly library has had
This is a cross-post from elvanydev.com.
In the latest post, I introduced you Simmy and we saw all the benefits of chaos engineering and how Simmy helps us making chaos in our systems injecting faults, latency or custom behavior in order to make sure that our resilience strategies are
This is a cross-post from elvanydev.com.
What Is Simmy?
Simmy is a chaos-engineering and fault-injection tool based on the idea of the Netflix Simian Army, integrating with the Polly resilience project for .NET, Simmy takes advantage of the power of Polly to help you to answer these questions:
- Is
In the previous articles in this series, we have seen how to author custom reactive and proactive Polly policies:
- Part I: Introducing custom Polly policies and the Polly.Contrib
- Part II: Authoring a proactive custom policy (a policy which acts on all executions)
- Part III: Authoring a reactive custom policy