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
We recently revisited the problems we were trying to solve with offline caching since this library was launched in 2019. We found that OfflineCache was being used as a fallback configuration source in case the App Configuration service is down. However, storing configuration data in a local environment outside your App Configuration store can potentially lead to issues. These include difficulties enforcing data access policies and retaining sensitive information in unreliable environments. In the last two years since we went to GA, we have invested heavily in server- side resiliency and availability. Please check our recommendation for highly available App Configuration.
Therefore, we are deprecating all offline caching capabilities with the release of v5.0.0 preview, in favor of improving server-side reliability.
As always, please feel free to let us know if you have any feedback.
The text was updated successfully, but these errors were encountered:
Azure
locked as resolved and limited conversation to collaborators
Dec 17, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We recently revisited the problems we were trying to solve with offline caching since this library was launched in 2019. We found that OfflineCache was being used as a fallback configuration source in case the App Configuration service is down. However, storing configuration data in a local environment outside your App Configuration store can potentially lead to issues. These include difficulties enforcing data access policies and retaining sensitive information in unreliable environments. In the last two years since we went to GA, we have invested heavily in server- side resiliency and availability. Please check our recommendation for highly available App Configuration.
Therefore, we are deprecating all offline caching capabilities with the release of v5.0.0 preview, in favor of improving server-side reliability.
As always, please feel free to let us know if you have any feedback.
The text was updated successfully, but these errors were encountered: