Design feature flag system
2671

i got this question in two interviews, but still think im missing a lot of items.
how would you design a "feature flag" system.

  • we will have max few thousands features
  • features will have percentages of audience
  • like 30% will see the new checkout flow
  • we would like to avoid latency on services that use our app
  • if the feature percentage it should take affect on the existing and new audience
Comments (3)