Building a Feature Flag Service for Global Rollout Use Case

Peter Bean (binh)
Idea Hub
Published in
Mar 26, 2022

Idea

To implement UC-1: Global Rollout Use Case, We can use one of the following approaches:

  1. Hard-code the feature flag value.
  2. Externalise the feature flag value into application properties and environment variables.
  3. Externalise the feature flag value into a database or a remote service.

--

--