Building a Feature Flag Service for Global Rollout Use Case
Published in
Mar 26, 2022
Idea
To implement UC-1: Global Rollout Use Case, We can use one of the following approaches:
- Hard-code the feature flag value.
- Externalise the feature flag value into application properties and environment variables.
- Externalise the feature flag value into a database or a remote service.