Reputation: 1
Any ideas for caching or otherwise reducing the number of requests when using Azure App Config for feature flagging?
The .NET sdk docs does provide some options including a .SetCacheExpiration method for setting a cache expiration time, but there doesn't appear to be anything similar in the js sdk.
Any pointers will be much appreciated - thanks!
Context: using Azure App Configuration for feature flagging in a Next.js application using the JS sdk.
Upvotes: 0
Views: 251
Reputation: 1543
No, there isn't any feature management support for JS like .NET in App Configuration today.
Upvotes: 0