Skip to content

Do Bulkheads support using ExecuteOutcomeAsync to avoid throwing exceptions? #2685

Discussion options

You must be logged in to vote

Wondering if bulkhead policies can also leverage the above behavior?

The v8 codebase introduces the new concept of resilience strategies instead of policies that have been designed to be more performant in terms of runtime and memory usage.

If you would like to benefit from these changes then you should migrate to using the new APIs in your application, as we won't be duplicating these improvements into the older API surface.

The bulkhead policy is replaced in the new APIs by the rate limiter strategy as that can be used to enforce throughput.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rchallapalli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants