-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Home
reisenberger edited this page Jun 11, 2017
·
33 revisions
This wiki will cover detailed information about Polly, as well as how to best contribute your awesome work.
- Home
- Polly RoadMap
- Contributing
- Transient fault handling: why Retry and Circuit Breaker?
- Retry
- Circuit Breaker
- Advanced Circuit Breaker
- Timeout
- Bulkhead
- Fallback
- Cache
- PolicyWrap
- NoOp
- Keys and Context Data
- Non generic and generic policies
- Asynchronous action execution
- Some policy patterns
- Debugging with Polly in Visual Studio
- Unit-testing with Polly
There are certain guidelines you should follow to ensure minimal conflicts with other contributors' work. We want to ensure the code base stays clean, and everyone's happy with each other's commits. To make sure of this, please follow the Git Workflow guidelines so we're all on the same page :-)
- Home
- Polly RoadMap
- Contributing
- Transient fault handling and proactive resilience engineering
- Supported targets
- Retry
- Circuit Breaker
- Advanced Circuit Breaker
- Timeout
- Bulkhead
- Cache
- Rate-Limit
- Fallback
- PolicyWrap
- NoOp
- PolicyRegistry
- Polly and HttpClientFactory
- Asynchronous action execution
- Handling InnerExceptions and AggregateExceptions
- Statefulness of policies
- Keys and Context Data
- Non generic and generic policies
- Polly and interfaces
- Some policy patterns
- Debugging with Polly in Visual Studio
- Unit-testing with Polly
- Polly concept and architecture
- Polly v6 breaking changes
- Polly v7 breaking changes
- DISCUSSION PROPOSAL- Polly eventing and metrics architecture