azure-sdk-for-java icon indicating copy to clipboard operation
azure-sdk-for-java copied to clipboard

Support Georedundancy in azure-core

Open alzimmermsft opened this issue 3 years ago • 2 comments

Either through a new policy or as part of configuration in the current RetryPolicy enable support for georedundancy. A current example of georedundancy can be found in the azure-storage-blob SDK where their RequestRetryPolicy can be configured with a secondary host that certain operations can fall over to if the primary host fails with a retryable status. This new feature will need to support multiple SDKs such as AppConfiguration and Tables, and could possibly be used to unify azure-storage-blob's functionality to enable them to use RetryPolicy in azure-core.

alzimmermsft avatar Sep 13 '22 21:09 alzimmermsft

I'll take a look at this.

jairmyree avatar Sep 16 '22 22:09 jairmyree

@jairmyree please take a look. Talk to @christothes as well who is looking at this for the .NET SDK side of the world.

joshfree avatar Sep 16 '22 22:09 joshfree

Since the request for this feature was dropped for Tables, I want to revisit the conversation of whether this is something that should exist in core or not. @alzimmermsft

jairmyree avatar Mar 14 '24 20:03 jairmyree