Feature Flags (ConfigCat)
SREDSimplify integrates ConfigCat to manage feature flags dynamically without requiring application redeployments.
Usage
Feature flags control:
- New UI features on the frontend.
- Temporary rate limit overrides on the backend.
- Maintenance mode toggles.
Implementation
The backend periodically syncs with ConfigCat servers to cache the latest flags. You can query a flag simply by injecting the ConfigCat client wrapper and providing the flag key.