You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App Configuration providers can failover to replicas if current connected endpoint experiences failures, but it will stay with the current endpoint if everything is running well. In that case, applications are not taking advantage of the replicas for higher volume/scalability.
Proposal
Add LoadBalance mode to providers in addition to the FailOver mode. In the LoadBalance mode, the provider will distribute traffic evenly to all replicas (including auto-discovered ones if not disabled).
The FailOver mode remains the default, but users can opt-in to the LoadBalance mode.
The FailOver still occurs even under LoadBalance mode.
The content you are editing has changed. Please copy your edits and refresh the page.
Background
App Configuration providers can failover to replicas if current connected endpoint experiences failures, but it will stay with the current endpoint if everything is running well. In that case, applications are not taking advantage of the replicas for higher volume/scalability.
Proposal
Add LoadBalance mode to providers in addition to the FailOver mode. In the LoadBalance mode, the provider will distribute traffic evenly to all replicas (including auto-discovered ones if not disabled).
Tasks
cc: @drago-draganov @jimmyca15
The text was updated successfully, but these errors were encountered: